aboutsummaryrefslogtreecommitdiff
path: root/lang/icc7/files/stdarg.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/icc7/files/stdarg.h')
-rw-r--r--lang/icc7/files/stdarg.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lang/icc7/files/stdarg.h b/lang/icc7/files/stdarg.h
deleted file mode 100644
index c1d8b38de58c..000000000000
--- a/lang/icc7/files/stdarg.h
+++ /dev/null
@@ -1,9 +0,0 @@
-
-#include_next <stdarg.h>
-
-#if __ISO_C_VISIBLE >= 1999
-/* Taken from original yvals.h. */
-#ifndef va_copy
-#define va_copy(dest, src) ((dest) = (src))
-#endif
-#endif