Add va_copy() implementation (thanks to Chris Torek's comp.lang.c post).
authorJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Mon, 7 Mar 2005 06:26:47 +0000 (06:26 +0000)
committerJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Mon, 7 Mar 2005 06:26:47 +0000 (06:26 +0000)
commitb04d50536ba1472fe5698c83d93fbd24aa42dd28
treeee9311e2b6a7df4908d79116444ecc1a6b993fa1
parent9c118cb232774455299aba09108e721f98e447a9
Add va_copy() implementation (thanks to Chris Torek's comp.lang.c post).

Properly wrap all other definitions so that it catches all GCC 2.95.x and
upwards compilers.

Provide complete free-standing implementation for compilers that do not
implement the GCC built-ins.
include/stdarg.h
sys/amd64/include/stdarg.h
sys/cpu/i386/include/stdarg.h
sys/i386/include/stdarg.h