From 8f6a393ea595c6b3673d03acf05ae5adc3836fce Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 9 Jan 2003 19:45:08 +0000 Subject: (noop): Add __attribute_noinline__. --- posix/test-vfork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix/test-vfork.c') diff --git a/posix/test-vfork.c b/posix/test-vfork.c index dd2b1c7727..c4904e36e1 100644 --- a/posix/test-vfork.c +++ b/posix/test-vfork.c @@ -5,7 +5,7 @@ #include #include -void noop (void); +void __attribute_noinline__ noop (void); #define NR 2 /* Exit code of the child. */ -- cgit v1.2.3