summaryrefslogtreecommitdiff
path: root/posix/test-vfork.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-09 19:45:08 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-09 19:45:08 +0000
commit8f6a393ea595c6b3673d03acf05ae5adc3836fce (patch)
tree54001a13af7ba6f69a5f30c639c79fcbd3dcb7d2 /posix/test-vfork.c
parent3fb7e14a57d60c5878a85fcbd979d49254dc3632 (diff)
(noop): Add __attribute_noinline__.
Diffstat (limited to 'posix/test-vfork.c')
-rw-r--r--posix/test-vfork.c2
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. */