aboutsummaryrefslogtreecommitdiff
path: root/stdarg.h
diff options
context:
space:
mode:
authorbellard <bellard>2003-01-06 20:22:23 +0000
committerbellard <bellard>2003-01-06 20:22:23 +0000
commit50f0ae610feddcf73439c3a600ffdcd946813662 (patch)
treeef2018339cb35feaa10bbb28f67c43e92261e0f8 /stdarg.h
parent7893a9ecdf6fb70afb4a50ff73643e615e87a6fd (diff)
downloadtinycc-50f0ae610feddcf73439c3a600ffdcd946813662.tar.gz
tinycc-50f0ae610feddcf73439c3a600ffdcd946813662.tar.bz2
glibc compat fix
Diffstat (limited to 'stdarg.h')
-rw-r--r--stdarg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdarg.h b/stdarg.h
index 37cec19..d562d6d 100644
--- a/stdarg.h
+++ b/stdarg.h
@@ -10,5 +10,6 @@ typedef char *va_list;
/* fix a buggy dependency on GCC in libio.h */
typedef va_list __gnuc_va_list;
+#define _VA_LIST_DEFINED
#endif