Browse Source

(noop): Add __attribute_noinline__.

cvs/fedora-2_3-branch
Ulrich Drepper 24 years ago
parent
commit
8f6a393ea5
  1. 2
      posix/test-vfork.c

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

Loading…
Cancel
Save