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 năm trước cách đây
mục cha
commit
cc22effd6d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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>