autoupdate
[gnulib.git] / modules / readlinkat
1 Description:
2 readlinkat(): read symlinks relative to a directory
3
4 Files:
5 lib/readlinkat.c
6 m4/readlinkat.m4
7
8 Depends-on:
9 extensions
10 fcntl-h
11 openat
12 readlink
13 unistd
14
15 configure.ac:
16 gl_FUNC_READLINKAT
17 gl_UNISTD_MODULE_INDICATOR([readlinkat])
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