diff options
author | 2003-01-09 19:45:08 +0000 | |
---|---|---|
committer | 2003-01-09 19:45:08 +0000 | |
commit | 8f6a393ea595c6b3673d03acf05ae5adc3836fce (patch) | |
tree | 54001a13af7ba6f69a5f30c639c79fcbd3dcb7d2 /posix/test-vfork.c | |
parent | * sysdeps/m68k/fpu/libm-test-ulps: Regenerated. (diff) | |
download | glibc-8f6a393ea595c6b3673d03acf05ae5adc3836fce.tar.xz glibc-8f6a393ea595c6b3673d03acf05ae5adc3836fce.zip |
(noop): Add __attribute_noinline__.
Diffstat (limited to 'posix/test-vfork.c')
-rw-r--r-- | posix/test-vfork.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/test-vfork.c b/posix/test-vfork.c index dd2b1c7727..c4904e36e1 100644 --- a/posix/test-vfork.c +++ b/posix/test-vfork.c @@ -5,7 +5,7 @@ #include <errno.h> #include <sys/wait.h> -void noop (void); +void __attribute_noinline__ noop (void); #define NR 2 /* Exit code of the child. */ |