Browse Source

libc: Fix typo in include/rpc

s/GNU_SOUCE/GNU_SOURCE/ in include/rcp/

Signed-off-by: Jason Woodward <jason.woodward@timesys.com>
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Carmelo Amoroso 14 years ago
parent
commit
70811eeaf6
3 changed files with 6 additions and 6 deletions
  1. 2 2
      include/rpc/auth.h
  2. 2 2
      include/rpc/rpc.h
  3. 2 2
      include/rpc/types.h

+ 2 - 2
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

+ 2 - 2
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>

+ 2 - 2
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