Home
last modified time | relevance | path

Searched refs:_setmaxstdio_nothrow (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dgetdtablesize.c33 _setmaxstdio_nothrow (int newmax) in _setmaxstdio_nothrow() function
50 # define _setmaxstdio_nothrow _setmaxstdio macro
82 for (bound = 0x10000; _setmaxstdio_nothrow (bound) < 0; bound = bound / 2) in getdtablesize()
84 _setmaxstdio_nothrow (orig_max_stdio); in getdtablesize()
/netbsd-src/external/gpl3/gdb/dist/gnulib/
H A DChangeLog477 (_setmaxstdio_nothrow): Update.