Description: unlinkat() function: Remove a file at a directory. Files: lib/unlinkat.c lib/at-func.c lib/openat-priv.h m4/unlinkat.m4 Depends-on: at-internal dosname errno extensions fchdir fcntl-h fstatat openat-die openat-h rmdir [test $HAVE_UNLINKAT = 0] save-cwd sys_stat unistd unlink [test $HAVE_UNLINKAT = 0] configure.ac: gl_FUNC_UNLINKAT if test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1; then AC_LIBOBJ([unlinkat]) fi gl_UNISTD_MODULE_INDICATOR([unlinkat]) Makefile.am: Include: License: GPL Maintainer: Jim Meyering, Eric Blake