2 linkat() function: create a hard link, relative to two directories
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 || test $REPLACE_LINKAT = 1]
18 at-internal [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 openat-h [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
23 openat-die [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 same-inode [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
27 save-cwd [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
28 stat [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
29 symlink [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
30 areadlinkat [test $REPLACE_LINKAT = 1]
31 fstatat [test $REPLACE_LINKAT = 1]
35 if test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1; then
39 gl_UNISTD_MODULE_INDICATOR([linkat])
51 Jim Meyering, Eric Blake