(noop): Add __attribute_noinline__.
authorUlrich Drepper <drepper@redhat.com>
Thu, 9 Jan 2003 19:45:08 +0000 (19:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 9 Jan 2003 19:45:08 +0000 (19:45 +0000)
posix/test-vfork.c

index dd2b1c77277a36d45e9aab554bf82036373b933c..c4904e36e130d928f7d6eecb53e4e6c2940ed936 100644 (file)
@@ -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.  */