1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/areadlink-with-size
Jim Meyering 39756f7a0e Rename mreadlink_with_size to areadlink_with_size.
* 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.
2007-08-28 09:13:04 +00:00

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