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