X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funlinkat;h=f2094e0db9cdc810796e3839234095ffba009887;hb=dbe7a054c923973d4b48c768e9096ef509ceff26;hp=b01d91e3dab8108c71653b7d24b351f82a7cced8;hpb=84c3f9cf54eaa688c5a1a26925886535079a91de;p=gnulib.git diff --git a/modules/unlinkat b/modules/unlinkat index b01d91e3d..f2094e0db 100644 --- a/modules/unlinkat +++ b/modules/unlinkat @@ -4,24 +4,23 @@ unlinkat() function: Remove a file at a directory. Files: lib/unlinkat.c lib/at-func.c -lib/openat.h -lib/openat-priv.h m4/unlinkat.m4 +m4/lstat.m4 Depends-on: -dirent -dosname -errno +unistd extensions -fchdir -fcntl-h -openat -openat-die +fcntl-h [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1] +openat-h [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1] +sys_stat [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1] +statat [test $REPLACE_UNLINKAT = 1] +at-internal [test $HAVE_UNLINKAT = 0] +dosname [test $HAVE_UNLINKAT = 0] +errno [test $HAVE_UNLINKAT = 0] +fchdir [test $HAVE_UNLINKAT = 0] +openat-die [test $HAVE_UNLINKAT = 0] rmdir [test $HAVE_UNLINKAT = 0] -save-cwd -stdbool -sys_stat -unistd +save-cwd [test $HAVE_UNLINKAT = 0] unlink [test $HAVE_UNLINKAT = 0] configure.ac: