[git commit master] libc: Fix typo in include/rpc

Carmelo Amoroso carmelo.amoroso at st.com
Fri Apr 23 14:31:55 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=70811eeaf66e203f5376cae32b0b0d4cd4024210
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

s/GNU_SOUCE/GNU_SOURCE/ in include/rcp/

Signed-off-by: Jason Woodward <jason.woodward at timesys.com>
Signed-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>
---
 include/rpc/auth.h  |    4 ++--
 include/rpc/rpc.h   |    4 ++--
 include/rpc/types.h |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/include/rpc/auth.h b/include/rpc/auth.h
index ee5396f..a156c56 100644
--- 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
index dce1c3e..abcab9e 100644
--- 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
index 469576e..05f49c3 100644
--- 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
-- 
1.6.3.3



More information about the uClibc-cvs mailing list