summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/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@.
* Change va_arg and va_end definitions from object-like macros tomatthew2011-03-021-3/+3
| | | | | | | function-like macros. Allows (questionable but legal) use of "va_arg" as a local variable name in code that includes <stdarg.h>. "seems right" deraadt@
* Move the va_copy define to <sys/stdrag.h> making sure it is uniformalykettenis2008-10-231-5/+1
| | | | | | protected by __ISO_C_VISIBLE > 1999. With a little help from miod@. ok miod@
* #ifdef lint wraps for va_startderaadt2006-04-091-1/+2
|
* 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
* convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@millert2005-12-141-4/+3
|
* remove __GNUC_PREREQ__(2, 96) block because lint pukes; idea for solution from miodderaadt2005-11-241-17/+1
|
* OpenBSD tagsdrahn2005-01-021-0/+1
|
* xlint compatible headers. (non-gcc)drahn2004-02-051-0/+75