mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-02 15:41:25 +03:00
31 lines
358 B
Plaintext
31 lines
358 B
Plaintext
Description:
|
|
euidaccess() function: check effective user's permissions for a file.
|
|
|
|
Files:
|
|
lib/euidaccess.c
|
|
m4/euidaccess.m4
|
|
|
|
Depends-on:
|
|
unistd
|
|
extensions
|
|
group-member
|
|
sys_stat
|
|
|
|
configure.ac:
|
|
gl_FUNC_EUIDACCESS
|
|
gl_UNISTD_MODULE_INDICATOR([euidaccess])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<unistd.h>
|
|
|
|
Link:
|
|
$(LIB_EACCESS)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Jim Meyering, glibc
|