405c2fb53500f84091368a79a4b4d879641af35f
[gnulib.git] / modules / unlinkat
1 Description:
2 unlinkat() function: Remove a file at a directory.
3
4 Files:
5 lib/unlinkat.c
6 lib/at-func.c
7 lib/openat.h
8 lib/openat-priv.h
9 m4/unlinkat.m4
10
11 Depends-on:
12 dirent
13 dosname
14 errno
15 extensions
16 fchdir
17 fcntl-h
18 fstatat
19 openat
20 openat-die
21 rmdir           [test $HAVE_UNLINKAT = 0]
22 save-cwd
23 stdbool
24 sys_stat
25 unistd
26 unlink          [test $HAVE_UNLINKAT = 0]
27
28 configure.ac:
29 gl_FUNC_UNLINKAT
30 if test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1; then
31   AC_LIBOBJ([unlinkat])
32 fi
33 gl_UNISTD_MODULE_INDICATOR([unlinkat])
34
35 Makefile.am:
36
37 Include:
38 <unistd.h>
39
40 License:
41 GPL
42
43 Maintainer:
44 Jim Meyering, Eric Blake