ssfmalloc: Portability to Cygwin.
[gnulib.git] / modules / linkat
blobe6f70ffa45b668c6c993f85677324781f31b2396
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 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]
33 configure.ac:
34 gl_FUNC_LINKAT
35 if test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1; then
36   AC_LIBOBJ([linkat])
37   AC_LIBOBJ([at-func2])
39 gl_UNISTD_MODULE_INDICATOR([linkat])
41 Makefile.am:
43 Include:
44 <fcntl.h>
45 <unistd.h>
47 License:
48 GPL
50 Maintainer:
51 Jim Meyering, Eric Blake