From beb34ab0e65ff578d72543e4cc2740b9d2219dee Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Mon, 8 Feb 2010 16:24:06 +0100 Subject: libc: Fix typo in include/rpc s/GNU_SOUCE/GNU_SOURCE/ in include/rcp/ Signed-off-by: Jason Woodward Signed-off-by: Carmelo Amoroso --- include/rpc/auth.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/rpc/auth.h') diff --git a/include/rpc/auth.h b/include/rpc/auth.h index ee5396fc5..a156c56fe 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 -- cgit v1.2.3