Hash :
1e473cf8
Author :
Date :
2023-05-20T15:21:40
careadlinkat: use limits-h SSIZE_MAX This also adds a dependency of relocatable-prog-wrapper on limits-h, since relocatable-prog-wrapper also contains lib/careadlinkat.c.
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
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