jit/cache tests: Fix crash with clang's UBSAN + ASAN.
[gnulib.git] / modules / readlink
blob35d65bdd5dc011f91b39e0005cd62c0281f9e029
1 Description:
2 readlink() function: read the value of a symbolic link.
4 Files:
5 lib/readlink.c
6 m4/readlink.m4
8 Depends-on:
9 unistd
10 stat            [test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1]
12 configure.ac:
13 gl_FUNC_READLINK
14 gl_CONDITIONAL([GL_COND_OBJ_READLINK],
15                [test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1])
16 AM_COND_IF([GL_COND_OBJ_READLINK], [
17   gl_PREREQ_READLINK
19 gl_UNISTD_MODULE_INDICATOR([readlink])
21 Makefile.am:
22 if GL_COND_OBJ_READLINK
23 lib_SOURCES += readlink.c
24 endif
26 Include:
27 <unistd.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 all