summaryrefslogtreecommitdiffstats
path: root/src/include/stddef.h
Commit message (Collapse)AuthorAgeFilesLines
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
| | | | | Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
* [libc] Define wchar_t in a gcc-compatible wayMichael Brown2008-10-071-0/+6
| | | | | gcc defines the magic __WCHAR_TYPE__ macro, in order to convey information about whether or not the user selected -fshort-wchar.
* Added container_of(). This seems about the best place to put it, sinceMichael Brown2006-03-231-2/+7
| | | | the definition of it uses offsetof(), and the two concepts are related.
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-0/+13