CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/04/12 05:07:20
Modified files:
lib/libc/sys : Makefile.inc
sys/sys : filedesc.h
sys/kern : syscalls.master kern_descrip.c
Added files:
lib/libc/sys : getdtablecount.2
Log message:
New system call: getdtablecount(2) returns the number of file
descriptors the process currently has open.
ok guenther miod gilles ...
