tests: fix 'invalid path dir' error
[gnulib.git] / modules / faccessat
blobee4f2a5a9adfe84bee02a4c4ed1082f75184971e
1 Description:
2 faccessat() function: check user's permissions for a file.
4 Files:
5 lib/faccessat.c
6 lib/at-func.c
7 m4/faccessat.m4
9 Depends-on:
10 unistd
11 extensions
12 at-internal     [test $HAVE_FACCESSAT = 0]
13 dosname         [test $HAVE_FACCESSAT = 0]
14 errno           [test $HAVE_FACCESSAT = 0]
15 fchdir          [test $HAVE_FACCESSAT = 0]
16 fcntl-h         [test $HAVE_FACCESSAT = 0]
17 openat-die      [test $HAVE_FACCESSAT = 0]
18 openat-h        [test $HAVE_FACCESSAT = 0]
19 save-cwd        [test $HAVE_FACCESSAT = 0]
20 euidaccess      [test $HAVE_FACCESSAT = 0]
22 configure.ac:
23 gl_FUNC_FACCESSAT
24 if test $HAVE_FACCESSAT = 0; then
25   AC_LIBOBJ([faccessat])
26   gl_PREREQ_FACCESSAT
28 gl_MODULE_INDICATOR([faccessat])
29 gl_UNISTD_MODULE_INDICATOR([faccessat])
31 Makefile.am:
33 Include:
34 <fcntl.h>
35 <unistd.h>
37 Link:
38 $(LIB_EACCESS)
40 License:
41 GPL
43 Maintainer:
44 Jim Meyering, Eric Blake