Merge commit 'stable/20110609'
[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 readlink
11 ssize_t
12 unistd
13
14 configure.ac:
15 AC_CHECK_FUNCS_ONCE([readlinkat])
16
17 Makefile.am:
18 lib_SOURCES += careadlinkat.c
19
20 Include:
21 "careadlinkat.h"
22
23 License:
24 LGPLv2+
25
26 Maintainer:
27 Paul Eggert, Bruno Haible, Jim Meyering