linkat: support Linux 2.6.17
[gnulib.git] / modules / linkat
1 Description:
2 linkat(): create a hard link, relative to two directories
3
4 Files:
5 lib/at-func2.c
6 lib/linkat.c
7 m4/linkat.m4
8
9 Depends-on:
10 areadlink
11 dirname
12 errno
13 extensions
14 fcntl-h
15 filenamecat
16 openat
17 link
18 link-follow
19 lstat
20 readlink
21 same-inode
22 stpcpy
23 symlink
24 symlinkat
25 unistd
26
27 configure.ac:
28 gl_FUNC_LINKAT
29 gl_UNISTD_MODULE_INDICATOR([linkat])
30
31 Makefile.am:
32
33 Include:
34 <fcntl.h>
35 <unistd.h>
36
37 License:
38 GPL
39
40 Maintainer:
41 Jim Meyering, Eric Blake