2cb717776f0dd90a91736a04b22e07ed81b43218
[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 areadlink        [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
13 areadlinkat      [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
14 dirname-lgpl     [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
15 errno            [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
16 fcntl-h          [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
17 filenamecat-lgpl [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
18 getcwd-lgpl      [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
19 openat           [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
20 link             [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
21 link-follow      [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
22 lstat            [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
23 readlink         [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
24 same-inode       [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
25 stpcpy           [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
26 symlink          [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
27 symlinkat        [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
28
29 configure.ac:
30 gl_FUNC_LINKAT
31 gl_UNISTD_MODULE_INDICATOR([linkat])
32
33 Makefile.am:
34
35 Include:
36 <fcntl.h>
37 <unistd.h>
38
39 License:
40 GPL
41
42 Maintainer:
43 Jim Meyering, Eric Blake