mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
24 lines
303 B
Plaintext
24 lines
303 B
Plaintext
Description:
|
|
euidaccess() function: check effective user's permissions for a file.
|
|
|
|
Files:
|
|
lib/euidaccess.h
|
|
lib/euidaccess.c
|
|
m4/euidaccess.m4
|
|
|
|
Depends-on:
|
|
group-member
|
|
|
|
configure.ac:
|
|
gl_FUNC_EUIDACCESS
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += euidaccess.h
|
|
|
|
Include:
|
|
"euidaccess.h"
|
|
|
|
Maintainer:
|
|
Jim Meyering, glibc
|
|
|