Mercurial > hg > octave-lojdl > gnulib-hg
view modules/getdtablesize @ 17305:0e5a583a2a8d
regex: test for buffer overrun
* m4/regex.m4 (gl_REGEX): Add test case, by Andreas Schwab,
for the just-fixed regex bug.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 29 Jan 2013 22:34:58 -0800 |
parents | 4583838a5587 |
children |
line wrap: on
line source
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