verify: new macro 'assume'
[gnulib.git] / modules / linkat
1 Description:
2 linkat() function: create a hard link, relative to two directories
3
4 Files:
5 lib/at-func2.c
6 lib/linkat.c
7 m4/linkat.m4
8
9 Depends-on:
10 unistd
11 extensions
12 dirname-lgpl     [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
13 errno            [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
14 fcntl-h          [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
15 filenamecat-lgpl [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
16 link-follow      [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
17 areadlink        [test $HAVE_LINKAT = 0]
18 at-internal      [test $HAVE_LINKAT = 0]
19 dosname          [test $HAVE_LINKAT = 0]
20 fstat            [test $HAVE_LINKAT = 0]
21 getcwd-lgpl      [test $HAVE_LINKAT = 0]
22 openat-h         [test $HAVE_LINKAT = 0]
23 openat-die       [test $HAVE_LINKAT = 0]
24 link             [test $HAVE_LINKAT = 0]
25 lstat            [test $HAVE_LINKAT = 0]
26 same-inode       [test $HAVE_LINKAT = 0]
27 save-cwd         [test $HAVE_LINKAT = 0]
28 symlink          [test $HAVE_LINKAT = 0]
29 areadlinkat      [test $REPLACE_LINKAT = 1]
30 fstatat          [test $REPLACE_LINKAT = 1]
31
32 configure.ac:
33 gl_FUNC_LINKAT
34 if test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1; then
35   AC_LIBOBJ([linkat])
36 fi
37 if test $HAVE_LINKAT = 0; then
38   AC_LIBOBJ([at-func2])
39 fi
40 gl_UNISTD_MODULE_INDICATOR([linkat])
41
42 Makefile.am:
43
44 Include:
45 <fcntl.h>
46 <unistd.h>
47
48 License:
49 GPL
50
51 Maintainer:
52 Jim Meyering, Eric Blake