diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2002-10-06 22:02:06 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2002-10-06 22:02:06 +0000 |
| commit | ddb056b7d4ce781bd224b0ad39b91d8944d5f4c9 (patch) | |
| tree | ca6903df0e58804bc5eee0317f884aa8862f4ee2 /sys/alpha/include | |
| parent | 0b058e3cbdc5865f37c8b8d7147e56a97dd29c52 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include')
| -rw-r--r-- | sys/alpha/include/varargs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/alpha/include/varargs.h b/sys/alpha/include/varargs.h index a5a997d95340..f6a47f83ca6a 100644 --- a/sys/alpha/include/varargs.h +++ b/sys/alpha/include/varargs.h @@ -48,7 +48,11 @@ #include <sys/_types.h> +#ifndef _VA_LIST_DECLARED +#define _VA_LIST_DECLARED typedef __va_list va_list; +#endif + typedef int __builtin_va_alist_t __attribute__((__mode__(__word__))); #define va_alist __builtin_va_alist |
