Date: Wed, 18 Sep 2002 00:33:16 -0700 (PDT) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man3 Makefile stdarg.3 src/sys/alpha/include stdarg.h src/sys/i386/include stdarg.h src/sys/ia64/include stdarg.h src/sys/powerpc/include stdarg.h src/sys/sparc64/include stdarg.h src/sys/x86_64/include stdarg.h Message-ID: <200209180733.g8I7XG1J061453@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2002/09/18 00:33:16 PDT
Modified files:
share/man/man3 Makefile stdarg.3
sys/alpha/include stdarg.h
sys/i386/include stdarg.h
sys/ia64/include stdarg.h
sys/powerpc/include stdarg.h
sys/sparc64/include stdarg.h
sys/x86_64/include stdarg.h
Log:
Implement C99's va_copy() macro.
Revision Changes Path
1.24 +1 -1 src/share/man/man3/Makefile
1.10 +25 -2 src/share/man/man3/stdarg.3
1.5 +3 -0 src/sys/alpha/include/stdarg.h
1.16 +3 -0 src/sys/i386/include/stdarg.h
1.6 +3 -0 src/sys/ia64/include/stdarg.h
1.6 +3 -0 src/sys/powerpc/include/stdarg.h
1.5 +3 -0 src/sys/sparc64/include/stdarg.h
1.3 +3 -0 src/sys/x86_64/include/stdarg.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209180733.g8I7XG1J061453>
