summaryrefslogtreecommitdiffstats
path: root/include/regex.h
Commit message (Collapse)AuthorAgeFilesLines
* Cope with a GCC bug by using an alternative, but equivalent functionmike2002-10-031-1/+6
| | | | | | prototype for regexec(). Noticed by: robert
* o Add typedef for size_t.mike2002-10-021-4/+11
| | | | | | o Fix regoff_t typedef to not require <sys/types.h> as a prerequisite (specifically use `__off_t' instead of `off_t'). o Add restrict type-qualifier to function prototypes.
* Breath deep and take __P out of the system include files.imp2002-03-231-5/+5
| | | | | | # This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure.
* Back out all of yesterdays include file changes.eivind1997-05-071-1/+0
|
* Make a lot of include-files self-contained. I excluded the patches changingeivind1997-05-071-0/+1
| | | | | | | | int's to gid_t and uid_t - should I commit these, too? Closes PR misc/2625. Submitted by: Julian Assange <proff@iq.org>
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+106
OpenPOWER on IntegriCloud