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, master has been updated via 42a40fb3b2bfdf70878b28265a681f7339191660 (commit) from 910299c49f55e7954f1c5a4350faf0bd2cc6ae1c (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 42a40fb3b2bfdf70878b28265a681f7339191660 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