summaryrefslogtreecommitdiff
path: root/include/wordexp.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo: WRDE_DOOFS -> WRDE_DOOFFS.Tim J. Robbins2004-06-301-1/+1
| | | | | | | Noticed by: Stoned Elipot Notes: svn path=/head/; revision=131331
* Describe WRDE_NOCMD in the same way that we describe the rest of the flags.Tim J. Robbins2003-01-031-1/+1
| | | | Notes: svn path=/head/; revision=108596
* Unbreak for the !__XSI_VISIBLE case when another header that definesTim J. Robbins2002-12-261-5/+5
| | | | | | | size_t has not been included first. Notes: svn path=/head/; revision=108291
* Add "restrict" qualifiers to the prototype for wordexp().Tim J. Robbins2002-12-261-1/+1
| | | | Notes: svn path=/head/; revision=108290
* Add the POSIX <wordexp.h> header file.Tim J. Robbins2002-12-261-0/+75
PR: 13420 Notes: svn path=/head/; revision=108287