manywarnings: update C warnings for GCC 14
[gnulib.git] / modules / getdtablesize
blobfa0392400b05464fb8af2cc02fb842c7745b9d04
1 Description:
2 getdtablesize() function: return tight upper bound for file descriptor values.
4 Files:
5 lib/getdtablesize.c
6 m4/getdtablesize.m4
8 Depends-on:
9 unistd
10 extensions
11 msvc-inval      [test $HAVE_GETDTABLESIZE = 0]
13 configure.ac:
14 gl_FUNC_GETDTABLESIZE
15 gl_CONDITIONAL([GL_COND_OBJ_GETDTABLESIZE],
16                [test $HAVE_GETDTABLESIZE = 0 || test $REPLACE_GETDTABLESIZE = 1])
17 AM_COND_IF([GL_COND_OBJ_GETDTABLESIZE], [
18   gl_PREREQ_GETDTABLESIZE
20 gl_UNISTD_MODULE_INDICATOR([getdtablesize])
22 Makefile.am:
23 if GL_COND_OBJ_GETDTABLESIZE
24 lib_SOURCES += getdtablesize.c
25 endif
27 Include:
28 <unistd.h>
30 License:
31 LGPLv2+
33 Maintainer:
34 Eric Blake