view modules/euidaccess @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 0a1c2535cad9
children
line wrap: on
line source

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