diff options
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. */ |