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.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stdarg/va_end.c b/src/stdarg/va_end.c
new file mode 100644
index 00000000..850c858b
--- /dev/null
+++ b/src/stdarg/va_end.c
@@ -0,0 +1,11 @@
+#include "_safety.h"
+
+void va_end()
+{
+ __undefined("The va_end() macro has been suppressed to access an actual function");
+}
+
+/*
+SIGNAL_SAFE(0)
+STDC(0)
+*/