aboutsummaryrefslogtreecommitdiff
path: root/include/stddef.h
AgeCommit message (Expand)Author
2021-11-29define NULL as nullptr when used in C++11 or laterIsmael Luceno
2014-08-20add max_align_t definition for C11 and C++11Rich Felker
2013-11-24restore type of NULL to void * except when used in C++ programsRich Felker
2013-01-18use a common definition of NULL as 0L for C and C++Rich Felker
2012-12-05use __builtin_offsetof to implement offsetof when possibleRich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker