summaryrefslogtreecommitdiffstats
path: root/include/stddef.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add max_align_t.kettenis2017-01-061-1/+11
* Move the 10 (!) defintions of NULL to their own mini header file andmillert2016-09-091-11/+2
* As pointed out by Richard Guenther our definitionjsg2011-07-031-1/+3
* Define NULL as a void * instead of a long integer, as required by Single Unix.miod2011-04-061-2/+2
* Use __builtin_offsetof for offsetof definition on gcc >= 4jsg2009-09-221-1/+5
* Adapt things to use __type_t instead of _BSD_TYPE_T_millert2006-01-061-17/+19
* major abi changes:espie2005-05-111-1/+6
* introduce some wchar functions (from citrus and an itojun@ diff)espie2005-04-141-1/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* NULL is now 0L so it is the same size as a pointer.millert2002-10-251-2/+2
* In ANSI C++, wchar_t is a builtin. gcc 2.95.1 handles that correctly.espie1999-11-271-1/+4
* Define NULL to be __null for C++: better quality of implementation.espie1999-06-111-1/+5
* Well, as we are heading for a release people are encouraged to rebuild theirniklas1997-09-211-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+61