Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make DIR a private type within libc, give it the same underlying | 2012-03-22 | 1 | -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() macro | 2012-03-22 | 1 | -0/+12 | |
to be pruned later when DIR is made an opaque type. ok guenther@; prodding by brad@ for VLC and other ports |