readlinkat: split into its own module
[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 extensions
10 fcntl-h
11 openat
12 symlink
13 unistd
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