Browse Source

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>
Waldemar Brodkorb 8 years ago
parent
commit
cc22effd6d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      libc/sysdeps/linux/common/euidaccess.c

+ 0 - 1
libc/sysdeps/linux/common/euidaccess.c

@@ -1,4 +1,3 @@
-#define _GNU_SOURCE
 #include <unistd.h>
 #include <fcntl.h>