verify: new macro 'assume'
[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 m4/unlinkat.m4
8 m4/lstat.m4
9
10 Depends-on:
11 unistd
12 extensions
13 fcntl-h         [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1]
14 openat-h        [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1]
15 sys_stat        [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1]
16 statat          [test $REPLACE_UNLINKAT = 1]
17 at-internal     [test $HAVE_UNLINKAT = 0]
18 dosname         [test $HAVE_UNLINKAT = 0]
19 errno           [test $HAVE_UNLINKAT = 0]
20 fchdir          [test $HAVE_UNLINKAT = 0]
21 openat-die      [test $HAVE_UNLINKAT = 0]
22 rmdir           [test $HAVE_UNLINKAT = 0]
23 save-cwd        [test $HAVE_UNLINKAT = 0]
24 unlink          [test $HAVE_UNLINKAT = 0]
25
26 configure.ac:
27 gl_FUNC_UNLINKAT
28 if test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1; then
29   AC_LIBOBJ([unlinkat])
30 fi
31 gl_UNISTD_MODULE_INDICATOR([unlinkat])
32
33 Makefile.am:
34
35 Include:
36 <unistd.h>
37
38 License:
39 GPL
40
41 Maintainer:
42 Jim Meyering, Eric Blake