1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/euidaccess
Kevin Cernekee d46768c01a euidaccess: Fix Android build
* modules/euidaccess (Depends-on): Add fcntl-h to ensure that
AT_EACCESS gets declared.
2015-02-11 15:47:45 -08:00

38 lines
575 B
Plaintext

Description:
euidaccess() function: check effective user's permissions for a file.
Files:
lib/euidaccess.c
m4/euidaccess.m4
Depends-on:
unistd
extensions
root-uid
fcntl-h
group-member [test $HAVE_EUIDACCESS = 0]
stat [test $HAVE_EUIDACCESS = 0]
sys_stat [test $HAVE_EUIDACCESS = 0]
configure.ac:
gl_FUNC_EUIDACCESS
if test $HAVE_EUIDACCESS = 0; then
AC_LIBOBJ([euidaccess])
gl_PREREQ_EUIDACCESS
fi
gl_UNISTD_MODULE_INDICATOR([euidaccess])
Makefile.am:
Include:
<unistd.h>
Link:
$(LIB_EACCESS)
License:
LGPLv2+
Maintainer:
Jim Meyering, glibc