view modules/getdtablesize @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 11abef41c621
children
line wrap: on
line source

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