summaryrefslogtreecommitdiff
path: root/include/rpc/types.h
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2010-02-08 16:24:06 +0100
committerCarmelo Amoroso <carmelo.amoroso@st.com>2010-02-08 16:26:00 +0100
commit70811eeaf66e203f5376cae32b0b0d4cd4024210 (patch)
tree58929fd160ce842b058edfaa1dc9f4c18f0fd6a2 /include/rpc/types.h
parentf7eba78a7464c7b31326abf92dab254608835028 (diff)
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>
Diffstat (limited to 'include/rpc/types.h')
-rw-r--r--include/rpc/types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rpc/types.h b/include/rpc/types.h
index 469576e52..05f49c33a 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