mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/areadlink (License): Relax to LGPLv2+. * modules/areadlink-with-size (License): Likewise.
27 lines
307 B
Plaintext
27 lines
307 B
Plaintext
Description:
|
|
Return the contents of a symbolic link, without size limitations.
|
|
|
|
Files:
|
|
lib/areadlink.h
|
|
lib/areadlink-with-size.c
|
|
|
|
Depends-on:
|
|
readlink
|
|
ssize_t
|
|
stdint
|
|
unistd
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += areadlink-with-size.c
|
|
|
|
Include:
|
|
"areadlink.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering
|