link: fix platform bugs
[pspp] / modules / link
1 Description:
2 link() function: create a new link for an existing file
3
4 Files:
5 lib/link.c
6 m4/link.m4
7
8 Depends-on:
9 strdup-posix
10 sys_stat
11 unistd
12
13 configure.ac:
14 gl_FUNC_LINK
15 gl_UNISTD_MODULE_INDICATOR([link])
16
17 Makefile.am:
18
19 Include:
20 <unistd.h>
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Martin Lambers, Eric Blake