summaryrefslogtreecommitdiff
path: root/include/stddef.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC: back out wint_t and mbstate_t as I am tired of the complaints.David E. O'Brien2001-05-241-10/+0
| | | | | | | | | | | The STLport will probably become broken again, but I'll work on fixing it later. I wish someone would explain why the NetBSD Cirtus branch has the types in their stddef.h... Notes: svn path=/stable/4/; revision=77145
* MFC: Add mbstate_t and wint_t.David E. O'Brien2001-05-181-0/+10
| | | | | | | | | Spell _BSD_TIME_T_ consistently as `int'. Update comments. Style tweaks. Notes: svn path=/stable/4/; revision=76794
* MFC:David E. O'Brien2001-03-051-1/+3
| | | | | | | | | | | | Convert all users of fldoff() to offsetof(). fldoff() is bad because it only takes a struct tag which makes it impossible to use unions, typedefs etc. Define __offsetof() in <machine/ansi.h> Define offsetof() in terms of __offsetof() in <stddef.h> and <sys/types.h> Notes: svn path=/stable/4/; revision=73745
* Fixed longstanding namespace convolution involving rune_t vs wchar_t.Bruce Evans1996-05-011-3/+7
| | | | | | | | | | | | | | If _ANSI_SOURCE or _POSIX_SOURCE is defined, then <ctype.h> had to be included before <stddef.h> or <stdlib.h> to get rune_t declared. Now rune_t is declared perfectly bogusly in all cases when <ctype.h> is included. This change breaks similar (but more convoluted) convolutions in the stddef.h in gcc distributions. Ports of gcc should avoid using the gcc headers. Notes: svn path=/head/; revision=15483
* BSD 4.4 Lite Include SourcesRodney W. Grimes1994-05-241-0/+62
Notes: svn path=/head/; revision=1539