History log of /freebsd-current/lib/libopenbsd/unistd.h
Revision Date Author Comments
# b3e76948 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# 1bbc47cb 14-Nov-2015 Craig Rodrigues <rodrigc@FreeBSD.org>

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