summaryrefslogtreecommitdiff
path: root/include/stddef.h
AgeCommit message (Expand)Author
2017-01-06Add max_align_t.Mark Kettenis
2016-09-09Move the 10 (!) defintions of NULL to their own mini header file andTodd C. Miller
2011-07-03As pointed out by Richard Guenther our definitionJonathan Gray
2011-04-06Define NULL as a void * instead of a long integer, as required by Single Unix.Miod Vallat
2009-09-22Use __builtin_offsetof for offsetof definition on gcc >= 4Jonathan Gray
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2005-05-11major abi changes:Marc Espie
2005-04-14introduce some wchar functions (from citrus and an itojun@ diff)Marc Espie
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-10-25NULL is now 0L so it is the same size as a pointer.Todd C. Miller
1999-11-27In ANSI C++, wchar_t is a builtin. gcc 2.95.1 handles that correctly.Marc Espie
1999-06-11Define NULL to be __null for C++: better quality of implementation.Marc Espie
1997-09-21Well, as we are heading for a release people are encouraged to rebuild theirNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt