cvs commit: src/sys/sun4v/include stdarg.h
John Birrell
jb at FreeBSD.org
Sun Nov 18 23:34:58 PST 2007
jb 2007-11-19 07:34:57 UTC
FreeBSD src repository
Modified files:
sys/sun4v/include stdarg.h
Log:
__builtin_stdarg_start was renamed to __builtin_va_start a long
time ago (2002 according to the gcc log). Using the proper name
fixes a warning in src/lib/libc/gen/ulimit.c about the second
argument of va_start() not being the last named (when it really
was).
Revision Changes Path
1.2 +1 -1 src/sys/sun4v/include/stdarg.h
More information about the cvs-src
mailing list