summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/stdarg.h
AgeCommit message (Expand)Author
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2010-12-30add a simple __va_copy inside ifdef lint, from tim van der molen.Ted Unangst
2008-10-23Move the va_copy define to <sys/stdrag.h> making sure it is uniformalyMark Kettenis
2007-09-29At the requst of deraadt@, backpout the temporary hack for pcc.Otto Moerbeek
2007-09-18As a temporary workaround, implement va_start not usingOtto Moerbeek
2006-04-09#ifdef lint wraps for va_startTheo de Raadt
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2005-12-14make va_arg() map to nothing; ok millertTheo de Raadt
2005-12-14convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-10-23Add a trivial va_copy() macro to all architectures but powerpcTodd C. Miller
2000-08-05$OpenBSD$Niklas Hallqvist
1999-06-03use __builtin_next_arg() for va_start()Theo de Raadt
1995-12-30from netbsd: support more gcc versionsTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt