unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / careadlinkat
blob05e54e88298bd6f285ab47a0a89e826e7b1d65e7
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 idx
11 limits-h
12 minmax
13 ssize_t
14 unistd
16 configure.ac:
17 AC_REQUIRE([AC_C_RESTRICT])
18 gl_CHECK_FUNCS_ANDROID([readlinkat], [[#include <unistd.h>]])
20 Makefile.am:
21 lib_SOURCES += careadlinkat.c
23 Include:
24 "careadlinkat.h"
26 License:
27 LGPLv2+
29 Maintainer:
30 Paul Eggert, Jim Meyering