mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* lib/getdtablesize.c: Include msvc-inval.h. (_setmaxstdio_nothrow): New function. (_setmaxstdio): Redefine it. * m4/getdtablesize.m4 (gl_PREREQ_GETDTABLESIZE): New macro. * modules/getdtablesize (Depends-on): Add msvc-inval. (configure.ac): Invoke gl_PREREQ_GETDTABLESIZE.
31 lines
454 B
Plaintext
31 lines
454 B
Plaintext
Description:
|
|
getdtablesize() function: return maximum number of file descriptors.
|
|
|
|
Files:
|
|
lib/getdtablesize.c
|
|
m4/getdtablesize.m4
|
|
|
|
Depends-on:
|
|
unistd
|
|
msvc-inval [test $HAVE_GETDTABLESIZE = 0]
|
|
|
|
configure.ac:
|
|
gl_FUNC_GETDTABLESIZE
|
|
if test $HAVE_GETDTABLESIZE = 0; then
|
|
AC_LIBOBJ([getdtablesize])
|
|
gl_PREREQ_GETDTABLESIZE
|
|
fi
|
|
gl_UNISTD_MODULE_INDICATOR([getdtablesize])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<unistd.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|