aboutsummaryrefslogtreecommitdiff
path: root/sys/sun4v/include/stdarg.h
Commit message (Collapse)AuthorAgeFilesLines
* __builtin_stdarg_start was renamed to __builtin_va_start a longJohn Birrell2007-11-191-1/+1
| | | | | | | | | | 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). Notes: svn path=/head/; revision=173744
* placate Grim Reaper with sun4v supportKip Macy2006-10-051-0/+101
Notes: svn path=/head/; revision=163022