mirror of git://sourceware.org/git/glibc.git
(noop): Add __attribute_noinline__.
This commit is contained in:
parent
3fb7e14a57
commit
8f6a393ea5
|
|
@ -5,7 +5,7 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
|
|
||||||
void noop (void);
|
void __attribute_noinline__ noop (void);
|
||||||
|
|
||||||
#define NR 2 /* Exit code of the child. */
|
#define NR 2 /* Exit code of the child. */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue