mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
(noop): Add __attribute_noinline__.
This commit is contained in:
parent
3fb7e14a57
commit
8f6a393ea5
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user