From cc22effd6d4b8ecb3a5a5d50cb29ac77d38f74bb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 12 Jan 2016 21:22:02 +0100 Subject: Suppress warning "_GNU_SOURCE" redefined libc/sysdeps/linux/common/euidaccess.c:1:1: warning: "_GNU_SOURCE" redefined In file included from :0: ./include/libc-symbols.h:52:1: warning: this is the location of the previous definition Signed-Off-By: Leonid Lisovskiy --- libc/sysdeps/linux/common/euidaccess.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/common/euidaccess.c b/libc/sysdeps/linux/common/euidaccess.c index 6e1f39855..b84295234 100644 --- a/libc/sysdeps/linux/common/euidaccess.c +++ b/libc/sysdeps/linux/common/euidaccess.c @@ -1,4 +1,3 @@ -#define _GNU_SOURCE #include #include -- cgit v1.2.3