mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 11:16:02 +00:00
* modules/unistd-h: Renamed from modules/unistd. * modules/unistd-h-tests: Renamed from modules/unistd-tests. * modules/unistd-h-c++-tests: Renamed from modules/unistd-c++-tests. * tests/test-unistd-h.c: Renamed from tests/test-unistd.c. * tests/test-unistd-h-c++.cc: Renamed from tests/test-unistd-c++.cc. * doc/posix-headers/unistd.texi: Update. * doc/posix-functions/_exit.texi: Update. * modules/* (Depends-on): Update. * modules/unistd: New file.
31 lines
427 B
Plaintext
31 lines
427 B
Plaintext
Description:
|
|
Read symbolic links into a buffer without size limitation, relative to fd.
|
|
|
|
Files:
|
|
lib/careadlinkat.c
|
|
lib/careadlinkat.h
|
|
|
|
Depends-on:
|
|
allocator
|
|
idx
|
|
limits-h
|
|
minmax
|
|
ssize_t
|
|
unistd-h
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_RESTRICT])
|
|
gl_CHECK_FUNCS_ANDROID([readlinkat], [[#include <unistd.h>]])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += careadlinkat.c
|
|
|
|
Include:
|
|
"careadlinkat.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|