فهرست منبع

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 سال پیش
والد
کامیت
cc22effd6d
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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>