summaryrefslogtreecommitdiff
path: root/modules/careadlinkat
blob: b3375a9b20eb2aa76b81315ae61403cff9edf6ce (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
Description:
Read symbolic links into a buffer without size limitation, relative to fd.

Files:
lib/careadlinkat.c
lib/careadlinkat.h

Depends-on:
allocator
idx
minmax
ssize_t
unistd

configure.ac:
AC_REQUIRE([AC_C_RESTRICT])
AC_CHECK_FUNCS_ONCE([readlinkat])

Makefile.am:
lib_SOURCES += careadlinkat.c

Include:
"careadlinkat.h"

License:
LGPLv2+

Maintainer:
Paul Eggert, Jim Meyering