summaryrefslogtreecommitdiffstats
path: root/include/dirent.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed missing declaration of getdents(2).bde1999-12-231-0/+1
|
* style fixes, remove extra braces.alfred1999-11-291-3/+1
| | | | | | | | | | | | readdir_r is not POSIX according to POSIX_SOURCE, bruce says: > readdir_r() is in the _POSIX_SOURCE section, but is not a POSIX.1-1990 > function. It's POSIX.1-1996 so it should be under a different feature > test which we don't support yet. make sure errno is saved so that its contents are cleared unless necessary. Submitted by: bde
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-281-0/+4
| | | | | | | | | | | | | | eischen (Daniel Eischen) added wrappers to protect against cancled threads orphaning internal resources. the cancelability code is still a bit fuzzy but works for test programs of my own, OpenBSD's and some examples from ORA's books. add readdir_r to both libc and libc_r add some 'const' attributes to function parameters Reviewed by: eischen, jasone
* Merge Lite2 changes onto mainline:peter1997-03-111-1/+9
| | | | | - declare opendir2(), which is used to control how readdir() handles whiteouts etc.
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+94
OpenPOWER on IntegriCloud