b01d91e3dab8108c71653b7d24b351f82a7cced8
[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 openat
19 openat-die
20 rmdir           [test $HAVE_UNLINKAT = 0]
21 save-cwd
22 stdbool
23 sys_stat
24 unistd
25 unlink          [test $HAVE_UNLINKAT = 0]
26
27 configure.ac:
28 gl_FUNC_UNLINKAT
29 if test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1; then
30   AC_LIBOBJ([unlinkat])
31 fi
32 gl_UNISTD_MODULE_INDICATOR([unlinkat])
33
34 Makefile.am:
35
36 Include:
37 <unistd.h>
38
39 License:
40 GPL
41
42 Maintainer:
43 Jim Meyering, Eric Blake