summaryrefslogtreecommitdiff
path: root/modules/readlinkat
blob: ea35d8882a7e632f16bf1b493bd14962c3365b04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description:
readlinkat(): read symlinks relative to a directory

Files:
lib/readlinkat.c
m4/readlinkat.m4

Depends-on:
unistd
extensions
fcntl-h
openat          [test $HAVE_READLINKAT = 0]
readlink        [test $HAVE_READLINKAT = 0]

configure.ac:
gl_FUNC_READLINKAT
if test $HAVE_READLINKAT = 0; then
  AC_LIBOBJ([readlinkat])
fi
gl_UNISTD_MODULE_INDICATOR([readlinkat])

Makefile.am:

Include:
<fcntl.h>
<unistd.h>

License:
GPL

Maintainer:
Jim Meyering, Eric Blake