'index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/stdarg.h
AgeCommit message (Collapse)Author
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
sys/stdarg.h and expect compiler to provide proper builtins, defaulting to the GCC interface. lint still has a special fallback. Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and derive va_list as required by standards.
2011-06-20various build fixes for gcc 4.5. from chuq. XXX i'm not sure all ofmrg
these work properly wtf pointer aliasing, but there are no casts at least... the lib/libpuffs/puffs_priv.h is definately a real bug fix. from chuq.
2008-10-26put the contents of these header files around #ifdef __x86_64__, andmrg
#include the <i386/foo.h> in the #else clause, making these files largely bit-size independant.
2005-12-11merge ktrace-lwp.christos
2004-12-30change the definition of va_start for lint.christos