Fix some modules' file list.
[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-priv.h
8 m4/unlinkat.m4
9 m4/lstat.m4
10
11 Depends-on:
12 unistd
13 extensions
14 fcntl-h         [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1]
15 openat-h        [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1]
16 sys_stat        [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1]
17 fstatat         [test $REPLACE_UNLINKAT = 1]
18 at-internal     [test $HAVE_UNLINKAT = 0]
19 dosname         [test $HAVE_UNLINKAT = 0]
20 errno           [test $HAVE_UNLINKAT = 0]
21 fchdir          [test $HAVE_UNLINKAT = 0]
22 openat-die      [test $HAVE_UNLINKAT = 0]
23 rmdir           [test $HAVE_UNLINKAT = 0]
24 save-cwd        [test $HAVE_UNLINKAT = 0]
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