NEWS.stable: log cherry-pick [3180807]->[768eb31] doc/lgpl-2.1.texi
[gnulib.git] / modules / symlinkat
1 Description:
2 symlinkat(): create symlinks relative to a directory
3
4 Files:
5 lib/symlinkat.c
6 m4/symlinkat.m4
7
8 Depends-on:
9 unistd
10 extensions
11 fcntl-h
12 openat          [test $HAVE_SYMLINKAT = 0]
13 symlink         [test $HAVE_SYMLINKAT = 0]
14
15 configure.ac:
16 gl_FUNC_SYMLINKAT
17 gl_UNISTD_MODULE_INDICATOR([symlinkat])
18
19 Makefile.am:
20
21 Include:
22 <fcntl.h>
23 <unistd.h>
24
25 License:
26 GPL
27
28 Maintainer:
29 Jim Meyering, Eric Blake