linkat: new module
[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 unistd
25
26 configure.ac:
27 gl_FUNC_LINKAT
28 gl_UNISTD_MODULE_INDICATOR([linkat])
29
30 Makefile.am:
31
32 Include:
33 <fcntl.h>
34 <unistd.h>
35
36 License:
37 GPL
38
39 Maintainer:
40 Jim Meyering, Eric Blake