Author: Jason Woodward <[email protected]>

    s/GNU_SOUCE/GNU_SOURCE/ in include/rcp/

diff --git a/include/rpc/auth.h b/include/rpc/auth.h
--- a/include/rpc/auth.h
+++ b/include/rpc/auth.h
@@ -47,8 +47,8 @@
 #ifndef __FORCE_GLIBC
 #define __FORCE_GLIBC
 #endif
-#ifndef _GNU_SOUCE
-#define _GNU_SOUCE
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
 #endif
 #define _(X)	X
 #endif
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h
--- a/include/rpc/rpc.h
+++ b/include/rpc/rpc.h
@@ -44,8 +44,8 @@
 #ifndef __FORCE_GLIBC
 #define __FORCE_GLIBC
 #endif
-#ifndef _GNU_SOUCE
-#define _GNU_SOUCE
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
 #endif
 #define _(X)	X
 #include <features.h>
diff --git a/include/rpc/types.h b/include/rpc/types.h
--- a/include/rpc/types.h
+++ b/include/rpc/types.h
@@ -39,8 +39,8 @@
 #ifndef __FORCE_GLIBC
 #define __FORCE_GLIBC
 #endif
-#ifndef _GNU_SOUCE
-#define _GNU_SOUCE
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
 #endif
 #define _(X)	X
 #endif
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to