summaryrefslogtreecommitdiffstats
path: root/src/include/stdarg.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] Use __builtin_va_list et al in stdarg.hMichael Brown2008-03-241-0/+10
The home-grown versions don't work properly for static variadic functions, when gcc can choose to use a non-standard calling convention.