New module 'fstat'.
[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 dosname          [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
16 errno            [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
17 fcntl-h          [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
18 filenamecat-lgpl [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
19 fstat            [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
20 getcwd-lgpl      [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
21 openat           [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
22 link             [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
23 link-follow      [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
24 lstat            [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
25 same-inode       [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
26 save-cwd         [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
27 symlink          [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
28
29 configure.ac:
30 gl_FUNC_LINKAT
31 if test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1; then
32   AC_LIBOBJ([linkat])
33 fi
34 if test $HAVE_LINKAT = 0; then
35   AC_LIBOBJ([at-func2])
36 fi
37 gl_UNISTD_MODULE_INDICATOR([linkat])
38
39 Makefile.am:
40
41 Include:
42 <fcntl.h>
43 <unistd.h>
44
45 License:
46 GPL
47
48 Maintainer:
49 Jim Meyering, Eric Blake