This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "uClibc-ng - small C library for embedded systems".
The branch, 1.0 has been updated via cc22effd6d4b8ecb3a5a5d50cb29ac77d38f74bb (commit) from 94493929f674f4410c2743fa3dd82fd37b70c58f (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit cc22effd6d4b8ecb3a5a5d50cb29ac77d38f74bb Author: Waldemar Brodkorb wbx@uclibc-ng.org Date: Tue Jan 12 21:22:02 2016 +0100
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
-----------------------------------------------------------------------
Summary of changes: libc/sysdeps/linux/common/euidaccess.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/libc/sysdeps/linux/common/euidaccess.c b/libc/sysdeps/linux/common/euidaccess.c index 6e1f398..b842952 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>
hooks/post-receive