summaryrefslogtreecommitdiff
path: root/modules/careadlinkat
blob: 700a89bdb59ff0b99e761ff9fe045fe28153b719 (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])
gl_CHECK_FUNCS_ANDROID([readlinkat], [[#include <unistd.h>]])

Makefile.am:
lib_SOURCES += careadlinkat.c

Include:
"careadlinkat.h"

License:
LGPLv2+

Maintainer:
Paul Eggert, Jim Meyering