看板 DFBSD_commit 關於我們 聯絡資訊
asmodai 2005/03/06 22:26:47 PST DragonFly src repository Modified files: include stdarg.h sys/amd64/include stdarg.h sys/i386/include stdarg.h Log: 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. Revision Changes Path 1.2 +3 -0 src/include/stdarg.h 1.2 +29 -10 src/sys/amd64/include/stdarg.h 1.5 +39 -7 src/sys/i386/include/stdarg.h http://www.dragonflybsd.org/cvsweb/src/include/stdarg.h.diff?r1=1.1&r2=1.2&f=u http://www.dragonflybsd.org/cvsweb/src/sys/amd64/include/stdarg.h.diff?r1=1.1&r2=1.2&f=u http://www.dragonflybsd.org/cvsweb/src/sys/i386/include/stdarg.h.diff?r1=1.4&r2=1.5&f=u