posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / careadlinkat
blob3f49aaecd79773429d00741fb625f77bca38479f
1 Description:
2 Read symbolic links into a buffer without size limitation, relative to fd.
4 Files:
5 lib/careadlinkat.c
6 lib/careadlinkat.h
8 Depends-on:
9 allocator
10 ssize_t
11 unistd
13 configure.ac:
14 AC_REQUIRE([AC_C_RESTRICT])
15 AC_CHECK_FUNCS_ONCE([readlinkat])
17 Makefile.am:
18 lib_SOURCES += careadlinkat.c
20 Include:
21 "careadlinkat.h"
23 License:
24 LGPLv2+
26 Maintainer:
27 Paul Eggert, Jim Meyering