diff options
Diffstat (limited to 'sys/ia64/include/stdarg.h')
-rw-r--r-- | sys/ia64/include/stdarg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/stdarg.h b/sys/ia64/include/stdarg.h index 51dde80..9ab18b8 100644 --- a/sys/ia64/include/stdarg.h +++ b/sys/ia64/include/stdarg.h @@ -46,7 +46,7 @@ typedef __va_list va_list; #endif -#if defined(__GNUC__) && (__GNUC__ == 2 && __GNUC_MINOR__ > 95 || __GNUC__ >= 3) +#if defined(__GNUCLIKE_BUILTIN_STDARG) #define va_start(ap, last) \ __builtin_stdarg_start((ap), (last)) |