mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
(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
Block a user