posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / linkat
blob1fb4f8ff4606aba09c6e484476a751d2dfa750a5
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 fstat            [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
21 getcwd-lgpl      [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
22 link-follow      [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
23 link             [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
24 lstat            [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
25 openat-die       [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
26 openat-h         [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
27 same-inode       [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
28 save-cwd         [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
29 stat             [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
30 symlink          [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
31 areadlinkat      [test $REPLACE_LINKAT = 1]
32 fstatat          [test $REPLACE_LINKAT = 1]
34 configure.ac:
35 gl_FUNC_LINKAT
36 if test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1; then
37   AC_LIBOBJ([linkat])
38   AC_LIBOBJ([at-func2])
40 gl_UNISTD_MODULE_INDICATOR([linkat])
42 Makefile.am:
44 Include:
45 <fcntl.h>
46 <unistd.h>
48 License:
49 GPL
51 Maintainer:
52 Jim Meyering, Eric Blake