about summary refs log tree commit diff
path: root/src/legacy/getdtablesize.c
Commit message (Collapse)AuthorAgeFilesLines
* getdtablesize: fix returning hard instead of soft rlimitOlivier Brunel2016-08-301-1/+1
| | | | This makes the result consistent with sysconf(_SC_OPEN_MAX).
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-0/+2
|
* cleanup src/linux and src/misc trees, etc.Rich Felker2012-09-071-0/+9
previously, it was pretty much random which one of these trees a given function appeared in. they have now been organized into: src/linux: non-POSIX linux syscalls (possibly shard with other nixen) src/legacy: various obsolete/legacy functions, mostly wrappers src/misc: still mostly uncategorized; some misc POSIX, some nonstd src/crypt: crypt hash functions further cleanup will be done later.