summaryrefslogtreecommitdiff
path: root/sys/amd64/include/stdarg.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2012-02-28Copy amd64 stdarg.h to x86 and replace amd64/i386/pc98 stdarg.h with stubs.Tijl Coosemans
2006-09-21Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoletesAlexander Kabaev
2005-03-11Remove diffs to i386 version that came in via the compiler support ifdefs.Peter Wemm
2005-03-02netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch
2003-10-24Add __va_copy and make it always visible, in spite of the __ISO_C_VISIBLEPeter Wemm
2003-05-10Provide a fake varargs implementation for lint's benefit. This wayPeter Wemm
2002-10-06o Add conditionals to allow va_list to be defined in other headers.Mike Barcroft
2002-09-18Implement C99's va_copy() macro.Mike Barcroft
2002-08-21o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft
2002-06-30Gcc 3.1 varargs support.David E. O'Brien