diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2005-03-11 22:16:09 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2005-03-11 22:16:09 +0000 |
| commit | cf4e1c4613cfe253ceb3ca9f19809d9e16176458 (patch) | |
| tree | ddbe8c86d2a04265c84a057694ee46c3a70acd8b /sys/amd64/include/stdarg.h | |
| parent | 9e647d96292be1ea40e5f8022e44b8207cca57bd (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include/stdarg.h')
| -rw-r--r-- | sys/amd64/include/stdarg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/include/stdarg.h b/sys/amd64/include/stdarg.h index d3612d21e830..a0c1662ce74b 100644 --- a/sys/amd64/include/stdarg.h +++ b/sys/amd64/include/stdarg.h @@ -39,7 +39,8 @@ typedef __va_list va_list; #endif -#if defined(__GNUCLIKE_BUILTIN_STDARG) +#ifdef __GNUCLIKE_BUILTIN_STDARG + #define va_start(ap, last) \ __builtin_stdarg_start((ap), (last)) |
