blob: 3f49aaecd79773429d00741fb625f77bca38479f (
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
|
Description:
Read symbolic links into a buffer without size limitation, relative to fd.
Files:
lib/careadlinkat.c
lib/careadlinkat.h
Depends-on:
allocator
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
|