aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/stdarg.h
Commit message (Expand)AuthorAgeFilesLines
* Copy amd64 stdarg.h to x86 and replace amd64/i386/pc98 stdarg.h with stubs.Tijl Coosemans2012-02-281-72/+3
* Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoletesAlexander Kabaev2006-09-211-1/+1
* Remove diffs to i386 version that came in via the compiler support ifdefs.Peter Wemm2005-03-111-1/+2
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-021-1/+3
* Add __va_copy and make it always visible, in spite of the __ISO_C_VISIBLEPeter Wemm2003-10-241-1/+4
* Provide a fake varargs implementation for lint's benefit. This wayPeter Wemm2003-05-101-0/+13
* o Add conditionals to allow va_list to be defined in other headers.Mike Barcroft2002-10-061-0/+6
* Implement C99's va_copy() macro.Mike Barcroft2002-09-181-0/+3
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-2/+2
* Gcc 3.1 varargs support.David E. O'Brien2002-06-301-0/+47