projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fb7e14
)
(noop): Add __attribute_noinline__.
author
Ulrich Drepper
<drepper@redhat.com>
Thu, 9 Jan 2003 19:45:08 +0000
(19:45 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Thu, 9 Jan 2003 19:45:08 +0000
(19:45 +0000)
posix/test-vfork.c
patch
|
blob
|
history
diff --git
a/posix/test-vfork.c
b/posix/test-vfork.c
index dd2b1c77277a36d45e9aab554bf82036373b933c..c4904e36e130d928f7d6eecb53e4e6c2940ed936 100644
(file)
--- a/
posix/test-vfork.c
+++ b/
posix/test-vfork.c
@@
-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. */