verify: new macro 'assume'
[gnulib.git] / modules / careadlinkat
1 Description:
2 Read symbolic links into a buffer without size limitation, relative to fd.
3
4 Files:
5 lib/careadlinkat.c
6 lib/careadlinkat.h
7
8 Depends-on:
9 allocator
10 ssize_t
11 unistd
12
13 configure.ac:
14 AC_CHECK_FUNCS_ONCE([readlinkat])
15
16 Makefile.am:
17 lib_SOURCES += careadlinkat.c
18
19 Include:
20 "careadlinkat.h"
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Paul Eggert, Bruno Haible, Jim Meyering