mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-02 15:41:25 +03:00
26 lines
308 B
Plaintext
26 lines
308 B
Plaintext
Description:
|
|
getdtablesize() function: return maximum number of file descriptors.
|
|
|
|
Files:
|
|
lib/getdtablesize.c
|
|
m4/getdtablesize.m4
|
|
|
|
Depends-on:
|
|
unistd
|
|
|
|
configure.ac:
|
|
gl_FUNC_GETDTABLESIZE
|
|
gl_UNISTD_MODULE_INDICATOR([getdtablesize])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<unistd.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|