mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* NEWS: Document the change. * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to... * lib/areadlink-with-size.c (areadlink_with_size): ...this. * lib/mreadlink.h: Rename this to... * lib/areadlink.h: ...this. * modules/mreadlink-with-size: Rename this to... * modules/areadlink-with-size: ...this. * lib/canonicalize.c: Reflect the renaming. * modules/canonicalize: Likewise.
26 lines
296 B
Plaintext
26 lines
296 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
|
|
unistd
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += areadlink-with-size.c
|
|
|
|
Include:
|
|
"areadlink.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|