mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-23 09:47:59 +00:00
231fb8c807
Reported by John E. Malmberg <wb8tyw@qsl.net>. * modules/getdtablesize (Description): Fix. * lib/getdtablesize.c: Fix comment. * m4/getdtablesize.m4 (gl_FUNC_GETDTABLESIZE): Don't replace the getdtablesize() function, even though the test fails. * doc/glibc-functions/getdtablesize.texi: Reference SUSv2. Describe limitation on OpenVMS.
31 lines
507 B
Plaintext
31 lines
507 B
Plaintext
Description:
|
|
getdtablesize() function: return tight upper bound for file descriptor values.
|
|
|
|
Files:
|
|
lib/getdtablesize.c
|
|
m4/getdtablesize.m4
|
|
|
|
Depends-on:
|
|
unistd
|
|
extensions
|
|
msvc-inval [test $HAVE_GETDTABLESIZE = 0]
|
|
|
|
configure.ac:
|
|
gl_FUNC_GETDTABLESIZE
|
|
if test $HAVE_GETDTABLESIZE = 0 || test $REPLACE_GETDTABLESIZE = 1; then
|
|
AC_LIBOBJ([getdtablesize])
|
|
gl_PREREQ_GETDTABLESIZE
|
|
fi
|
|
gl_UNISTD_MODULE_INDICATOR([getdtablesize])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<unistd.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Eric Blake
|