(noop): Add __attribute_noinline__.

This commit is contained in:
Ulrich Drepper 2003-01-09 19:45:08 +00:00
parent 3fb7e14a57
commit 8f6a393ea5

View 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. */