From 8c142592ef695153781ac69eaa36b89da336c797 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 8 Nov 2015 20:38:23 +0100 Subject: add support for euidaccess/eaccess legacy functions Implementation taken from musl libc project. Missing functions recognized by buildroot autobuilders with failing open-vm-tools. --- libc/sysdeps/linux/common/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/common/Makefile.in') diff --git a/libc/sysdeps/linux/common/Makefile.in b/libc/sysdeps/linux/common/Makefile.in index b75b712ac..ade0ac3e2 100644 --- a/libc/sysdeps/linux/common/Makefile.in +++ b/libc/sysdeps/linux/common/Makefile.in @@ -24,6 +24,7 @@ CSRC-$(UCLIBC_LINUX_SPECIFIC) += \ capget.c \ capset.c \ dup3.c \ + euidaccess.c \ eventfd.c \ eventfd_read.c \ eventfd_write.c \ -- cgit v1.2.3