summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/dirfd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make DIR a private type within libc, give it the same underlyingmatthew2012-03-221-1/+2
| | | | | | typedef regardless of __BSD_VISIBLE, and eliminate the dirfd() macro. ok guenther@
* Add dirfd() as a function to libc per POSIX requirement; dirfd() macromatthew2012-03-221-0/+12
to be pruned later when DIR is made an opaque type. ok guenther@; prodding by brad@ for VLC and other ports