summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/stdarg.h
Commit message (Collapse)AuthorAgeFilesLines
* [libc] Use __builtin_va_list et al in stdarg.hMichael Brown2008-03-241-22/+0Star
| | | | | The home-grown versions don't work properly for static variadic functions, when gcc can choose to use a non-standard calling convention.
* Add our own trivial version of stdarg.h. This makes our buildMichael Brown2007-06-091-0/+22
entirely self-hosted (which avoids problems when building the same tree on multiple systems - e.g. when you have /home NFS-mounted). Also saves around 50 bytes in total - not sure why.