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