summaryrefslogtreecommitdiff
path: root/sys/amd64/include/stdarg.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2005-03-11 22:16:09 +0000
committerPeter Wemm <peter@FreeBSD.org>2005-03-11 22:16:09 +0000
commitcf4e1c4613cfe253ceb3ca9f19809d9e16176458 (patch)
treeddbe8c86d2a04265c84a057694ee46c3a70acd8b /sys/amd64/include/stdarg.h
parent9e647d96292be1ea40e5f8022e44b8207cca57bd (diff)
Notes
Diffstat (limited to 'sys/amd64/include/stdarg.h')
-rw-r--r--sys/amd64/include/stdarg.h3
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))