(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 dd2b1c7..c4904e3 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.  */