freebsd-src/lib/libopenbsd
Craig Rodrigues 1bbc47cb35 Implemtn getdtablecount() to count open file descriptors for current process.
Use underlying sysctl implemented by mjg in r290473.

PR:                    194985
Reviewed by:           bapt, mjg
Differential Revision: https://reviews.freebsd.org/D4084
2015-11-14 23:07:38 +00:00
..
getdtablecount.c Implemtn getdtablecount() to count open file descriptors for current process. 2015-11-14 23:07:38 +00:00
imsg-buffer.c
imsg.c
imsg.h
imsg_init.3
Makefile Implemtn getdtablecount() to count open file descriptors for current process. 2015-11-14 23:07:38 +00:00
Makefile.depend
ohash.c
ohash.h
ohash_init.3
ohash_interval.3
README Fix spelling error. 2015-11-05 01:54:38 +00:00
unistd.h Implemtn getdtablecount() to count open file descriptors for current process. 2015-11-14 23:07:38 +00:00

$FreeBSD$

libopenbsd is a thin compatibility layer intended to allow a limited
set of OpenBSD software to compile as part of the FreeBSD build with
little or no modification.  It is built as a static library and not
installed for general use.  Likewise, its header files are not
installed.