Hash :
265886a2
Author :
Date :
2019-09-15T18:56:46
access: New module. * lib/unistd.in.h (access): New declaration. * lib/access.c: New file. * m4/access.m4: New file. * m4/unistd_h.m4 (gl_UNISTD_H): Test whether access is declared. (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ACCESS, REPLACE_ACCESS. * modules/unistd (Makefile.am): Substitute GNULIB_ACCESS, REPLACE_ACCESS. * modules/access: New file. * tests/test-unistd-c++.cc (access): Check signature. * doc/posix-functions/access.texi: Mention the new module.
Description:
access() function: test the access rights of a file.
Files:
lib/access.c
m4/access.m4
Depends-on:
unistd
fcntl
configure.ac:
gl_FUNC_ACCESS
if test $REPLACE_ACCESS = 1; then
AC_LIBOBJ([access])
fi
gl_UNISTD_MODULE_INDICATOR([access])
Makefile.am:
Include:
<unistd.h>
License:
LGPLv2+
Maintainer:
all