2 unlinkat() function: Remove a file at a directory.
13 fcntl-h [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1]
14 openat-h [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1]
15 sys_stat [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1]
16 statat [test $REPLACE_UNLINKAT = 1]
17 at-internal [test $HAVE_UNLINKAT = 0]
18 errno [test $HAVE_UNLINKAT = 0]
19 fchdir [test $HAVE_UNLINKAT = 0]
20 filename [test $HAVE_UNLINKAT = 0]
21 openat-die [test $HAVE_UNLINKAT = 0]
22 rmdir [test $HAVE_UNLINKAT = 0]
23 save-cwd [test $HAVE_UNLINKAT = 0]
24 unlink [test $HAVE_UNLINKAT = 0]
28 if test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1; then
31 gl_UNISTD_MODULE_INDICATOR([unlinkat])
42 Jim Meyering, Eric Blake