linkat, renameat: add missing dependency
[pspp] / modules / linkat
1 Description:
2 linkat() function: 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 areadlinkat
12 dirname-lgpl
13 errno
14 extensions
15 fcntl-h
16 filenamecat-lgpl
17 getcwd-lgpl
18 openat
19 link
20 link-follow
21 lstat
22 readlink
23 same-inode
24 stpcpy
25 symlink
26 symlinkat
27 unistd
28
29 configure.ac:
30 gl_FUNC_LINKAT
31 gl_UNISTD_MODULE_INDICATOR([linkat])
32
33 Makefile.am:
34
35 Include:
36 <fcntl.h>
37 <unistd.h>
38
39 License:
40 GPL
41
42 Maintainer:
43 Jim Meyering, Eric Blake