Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-12 | Suppress warning "_GNU_SOURCE" redefined | Waldemar Brodkorb | |
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> | |||
2015-11-08 | add support for euidaccess/eaccess legacy functions | Waldemar Brodkorb | |
Implementation taken from musl libc project. Missing functions recognized by buildroot autobuilders with failing open-vm-tools. |