00db10
commit d643bac1f7b2f361576ce45523de7cf0bf5a69de
00db10
Author: Andreas Schwab <schwab@linux-m68k.org>
00db10
Date:   Fri Jan 4 18:01:34 2013 +0100
00db10
00db10
    Fix warnings in test-powerpc-snan.c
00db10
00db10
diff --git a/sysdeps/powerpc/fpu/test-powerpc-snan.c b/sysdeps/powerpc/fpu/test-powerpc-snan.c
00db10
index b90f0264b2b2bfb9..1547ced39a7ba371 100644
00db10
--- a/sysdeps/powerpc/fpu/test-powerpc-snan.c
00db10
+++ b/sysdeps/powerpc/fpu/test-powerpc-snan.c
00db10
@@ -17,8 +17,7 @@
00db10
    License along with the GNU C Library; if not, see
00db10
    <http://www.gnu.org/licenses/>.  */
00db10
 
00db10
-#define _GNU_SOURCE
00db10
-#define __USE_GNU
00db10
+#define _GNU_SOURCE 1
00db10
 #include <stdio.h>
00db10
 #include <stdlib.h>
00db10
 #include <sys/time.h>
00db10
@@ -42,7 +41,7 @@ long double SNANl;
00db10
 static sigjmp_buf sigfpe_buf;
00db10
 
00db10
 void
00db10
-init_signaling_nan()
00db10
+init_signaling_nan (void)
00db10
 {
00db10
     union {
00db10
 	double _ld16;