faccessat: new module
[gnulib.git] / modules / faccessat
1 Description:
2 faccessat() function: check user's permissions for a file.
3
4 Files:
5 lib/faccessat.c
6 m4/faccessat.m4
7
8 Depends-on:
9 euidaccess
10 extensions
11 fcntl-h
12 openat
13 unistd
14
15 configure.ac:
16 gl_FUNC_FACCESSAT
17 gl_UNISTD_MODULE_INDICATOR([faccessat])
18
19 Makefile.am:
20
21 Include:
22 <fcntl.h>
23 <unistd.h>
24
25 Link:
26 $(LIB_EACCESS)
27
28 License:
29 GPL
30
31 Maintainer:
32 Jim Meyering, Eric Blake