summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getdtablecount.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simple macro fixes (Fd -> In, Nm -> Fn) from Kaspars at Bankovskis dot net.schwarze2015-05-311-5/+5
| | | | No content change.
* appeared in 5.2. from Donovan Watteautedu2014-01-261-3/+3
|
* tweak;jmc2012-04-121-2/+2
|
* tweak previous;jmc2012-04-121-5/+6
|
* New system call: getdtablecount(2) returns the number of filederaadt2012-04-121-0/+37
descriptors the process currently has open. ok guenther miod gilles ...