NEWS.stable: update and finalise
[gnulib.git] / 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 unistd
10 stat            [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1]
11 strdup-posix    [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1]
12 sys_stat        [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1]
13
14 configure.ac:
15 gl_FUNC_LINK
16 gl_UNISTD_MODULE_INDICATOR([link])
17
18 Makefile.am:
19
20 Include:
21 <unistd.h>
22
23 License:
24 LGPLv2+
25
26 Maintainer:
27 Martin Lambers, Eric Blake