summaryrefslogtreecommitdiff
path: root/include/dirent.h
Commit message (Collapse)AuthorAgeFilesLines
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
| | | | | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come. Notes: svn path=/head/; revision=55206
* Fixed missing declaration of getdents(2).Bruce Evans1999-12-231-0/+1
| | | | Notes: svn path=/head/; revision=55030
* style fixes, remove extra braces.Alfred Perlstein1999-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 Notes: svn path=/head/; revision=53892
* add pthread_cancel, obtained from OpenBSD.Alfred Perlstein1999-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 Notes: svn path=/head/; revision=53812
* Merge Lite2 changes onto mainline:Peter Wemm1997-03-111-1/+9
| | | | | | | | - declare opendir2(), which is used to control how readdir() handles whiteouts etc. Notes: svn path=/head/; revision=23654
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8858
* BSD 4.4 Lite Include SourcesRodney W. Grimes1994-05-241-0/+94
Notes: svn path=/head/; revision=1539