From 7697ebf52e6822e38246fe4fb0e4681c787de912 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 19 Nov 2011 20:55:04 +0100 Subject: [PATCH] euidaccess: Update a comment. * lib/euidaccess.c: Update comment about platforms with faccessat. --- ChangeLog | 5 +++++ lib/euidaccess.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 73fcf5a2b..d114b35c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-11-19 Bruno Haible + euidaccess: Update a comment. + * lib/euidaccess.c: Update comment about platforms with faccessat. + +2011-11-19 Bruno Haible + openat: Fix file list. * modules/openat (Files): Remove lib/at-func.c. diff --git a/lib/euidaccess.c b/lib/euidaccess.c index 417835474..b12eb467a 100644 --- a/lib/euidaccess.c +++ b/lib/euidaccess.c @@ -74,7 +74,7 @@ int euidaccess (const char *file, int mode) { -#if HAVE_FACCESSAT /* glibc */ +#if HAVE_FACCESSAT /* glibc, AIX 7, Solaris 11, Cygwin 1.7 */ return faccessat (AT_FDCWD, file, mode, AT_EACCESS); #elif defined EFF_ONLY_OK /* IRIX, OSF/1, Interix */ return access (file, mode | EFF_ONLY_OK); -- 2.11.0