* stdbit_h.m4: Fix first-line comment.
[gnulib.git] / modules / linkat
blobfea65dbd9d1c2a025046d196a55cf3754f7a9993
1 Description:
2 linkat() function: create a hard link, relative to two directories
4 Files:
5 lib/at-func2.c
6 lib/linkat.c
7 m4/linkat.m4
9 Depends-on:
10 unistd
11 extensions
12 areadlink        [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
13 at-internal      [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
14 dirname-lgpl     [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
15 eloop-threshold  [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 filename         [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
20 free-posix       [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
21 fstat            [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
22 getcwd-lgpl      [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
23 link-follow      [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
24 link             [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
25 lstat            [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
26 openat-die       [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
27 openat-h         [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
28 same-inode       [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
29 save-cwd         [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
30 stat             [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
31 symlink          [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
32 areadlinkat      [test $REPLACE_LINKAT = 1]
33 fstatat          [test $REPLACE_LINKAT = 1]
35 configure.ac:
36 gl_FUNC_LINKAT
37 gl_CONDITIONAL([GL_COND_OBJ_LINKAT],
38                [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1])
39 AM_COND_IF([GL_COND_OBJ_LINKAT], [
40   AC_LIBOBJ([at-func2])
42 gl_UNISTD_MODULE_INDICATOR([linkat])
44 Makefile.am:
45 if GL_COND_OBJ_LINKAT
46 lib_SOURCES += linkat.c
47 endif
49 Include:
50 <fcntl.h>
51 <unistd.h>
53 License:
54 GPL
56 Maintainer:
57 Jim Meyering, Eric Blake