do-release-commit-and-tag: add option to specify branch
[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 unistd
10 extensions
11 fcntl-h
12 openat          [test $HAVE_READLINKAT = 0]
13 readlink        [test $HAVE_READLINKAT = 0]
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