summaryrefslogtreecommitdiff
path: root/src/stdarg/va_end.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdarg/va_end.c')
-rw-r--r--src/stdarg/va_end.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdarg/va_end.c b/src/stdarg/va_end.c
index 2934e600..dd1c04ab 100644
--- a/src/stdarg/va_end.c
+++ b/src/stdarg/va_end.c
@@ -2,7 +2,7 @@
/** end processing unnamed arguments **/
-#define va_end(ap) __builtin_va_end(ap)
+#define va_end(__ap) __builtin_va_end(__ap)
/***
stops processing unnamed arguments that were previously begun with a call to