diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-09 19:45:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-09 19:45:08 +0000 |
commit | 8f6a393ea595c6b3673d03acf05ae5adc3836fce (patch) | |
tree | 54001a13af7ba6f69a5f30c639c79fcbd3dcb7d2 /posix | |
parent | 3fb7e14a57d60c5878a85fcbd979d49254dc3632 (diff) | |
download | glibc-8f6a393ea595c6b3673d03acf05ae5adc3836fce.tar.gz glibc-8f6a393ea595c6b3673d03acf05ae5adc3836fce.tar.xz glibc-8f6a393ea595c6b3673d03acf05ae5adc3836fce.zip |
(noop): Add __attribute_noinline__.
Diffstat (limited to 'posix')
-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. */ |