faccessat, symlinkat: continue cleanup of previous patch
[gnulib.git] / modules / symlinkat
1 Description:
2 symlinkat() and readlinkat(): manage 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 readlink
13 unistd
14
15 configure.ac:
16 gl_FUNC_SYMLINKAT
17 gl_UNISTD_MODULE_INDICATOR([symlinkat])
18 gl_UNISTD_MODULE_INDICATOR([readlinkat])
19
20 Makefile.am:
21
22 Include:
23 <fcntl.h>
24 <unistd.h>
25
26 License:
27 GPL
28
29 Maintainer:
30 Jim Meyering, Eric Blake