summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-12 21:22:02 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-12 21:22:02 +0100
commitcc22effd6d4b8ecb3a5a5d50cb29ac77d38f74bb (patch)
treeed25ad4eaa0149a4711572bae55e44f570cca52f
parent94493929f674f4410c2743fa3dd82fd37b70c58f (diff)
Suppress warning "_GNU_SOURCE" redefined
libc/sysdeps/linux/common/euidaccess.c:1:1: warning: "_GNU_SOURCE" redefined In file included from <command-line>:0: ./include/libc-symbols.h:52:1: warning: this is the location of the previous definition Signed-Off-By: Leonid Lisovskiy <lly.dev@gmail.com>
-rw-r--r--libc/sysdeps/linux/common/euidaccess.c1
1 files changed, 0 insertions, 1 deletions
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 <unistd.h>
#include <fcntl.h>