summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc/include/stdarg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
| | | | Discussed and okay drahn@. Okay deraadt@.
* Move the va_copy define to <sys/stdrag.h> making sure it is uniformalykettenis2008-10-231-2/+2
| | | | | | protected by __ISO_C_VISIBLE > 1999. With a little help from miod@. ok miod@
* #ifdef lint wraps for va_startderaadt2006-04-091-6/+5
|
* Adapt things to use __type_t instead of _BSD_TYPE_T_millert2006-01-061-3/+3
| | | | | Add new sys/_types.h header Include machine/_types.h or sys/_types.h where applicable
* Protect va_copy with __ISO_C_VISIBLE as intended.millert2005-12-151-2/+2
|
* __BSD_VISIBLE is not compared against a datederaadt2005-12-151-2/+2
|
* make va_arg() map to nothing; ok millertderaadt2005-12-141-2/+2
|
* convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@millert2005-12-141-4/+2
|
* Add a __statement macro to use with gcc statement expressions insteadmillert2005-12-141-7/+3
| | | | | of using __extension__ directly. This lets us define away the whole thing when lint is in use.
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Add a trivial va_copy() macro to all architectures but powerpcmillert2002-10-231-1/+8
| | | | | (which I will leave for Dale since it needs special handling). From NetBSD (and same as sparc64). espie@ OK
* Mostly sync to NetBSD-current 970804.downsj1997-08-081-1/+7
| | | | | GENERIC currently compiles and runs; some devices (isp) are not complete and not yet enabled.
* from netbsd; handle more netbsd versionsderaadt1995-12-311-3/+3
|
* from netbsd: support more gcc versionsderaadt1995-12-301-53/+41
|
* initial import of NetBSD treederaadt1995-10-181-0/+118