2 openat() function: Open a file at a directory.
15 openat-h [test $HAVE_OPENAT = 0 || test $REPLACE_OPENAT = 1]
16 stdbool [test $HAVE_OPENAT = 0 || test $REPLACE_OPENAT = 1]
17 sys_stat [test $HAVE_OPENAT = 0 || test $REPLACE_OPENAT = 1]
18 cloexec [test $REPLACE_OPENAT = 1]
19 fstat [test $REPLACE_OPENAT = 1]
20 at-internal [test $HAVE_OPENAT = 0]
21 errno [test $HAVE_OPENAT = 0]
22 fchdir [test $HAVE_OPENAT = 0]
23 filename [test $HAVE_OPENAT = 0]
24 open [test $HAVE_OPENAT = 0]
25 openat-die [test $HAVE_OPENAT = 0]
26 save-cwd [test $HAVE_OPENAT = 0]
30 if test $HAVE_OPENAT = 0 || test $REPLACE_OPENAT = 1; then
34 gl_MODULE_INDICATOR([openat]) dnl for lib/getcwd.c
35 gl_FCNTL_MODULE_INDICATOR([openat])
46 Jim Meyering, Eric Blake