Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / linkat
blobe0c4165759685eaec97a584c5b170a4231835219
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 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 dosname          [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 symlink          [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
29 areadlinkat      [test $REPLACE_LINKAT = 1]
30 fstatat          [test $REPLACE_LINKAT = 1]
32 configure.ac:
33 gl_FUNC_LINKAT
34 if test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1; then
35   AC_LIBOBJ([linkat])
36   AC_LIBOBJ([at-func2])
38 gl_UNISTD_MODULE_INDICATOR([linkat])
40 Makefile.am:
42 Include:
43 <fcntl.h>
44 <unistd.h>
46 License:
47 GPL
49 Maintainer:
50 Jim Meyering, Eric Blake