summaryrefslogtreecommitdiff
path: root/sys/powerpc/include/stdarg.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2018-02-12Use standard pattern for stdargs.hWarner Losh
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2006-09-21Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoletesAlexander Kabaev
2005-03-02netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch
2004-07-06In the spirit of amd64/include/stdarg.h rev 1.6; add __va_copyDavid E. O'Brien
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-05-10Gcc 3.1 varargs support.David E. O'Brien
2001-10-19Cleanup of the stdarg code.Mark Peek
2001-10-18Add support for the gcc-2.95 stdarg implementation.Mark Peek
2001-06-10Bring in NetBSD code used in the PowerPC port.Benno Rice