summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/dietstdarg.h
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2003-10-29 16:07:11 +0000
committerMystery Man <unknown@mandriva.org>2003-10-29 16:07:11 +0000
commitfa40f30b4253b1e05c46cc5e0c111176825b7623 (patch)
tree76cf2d26c0ce0ee7c6a2c1a1a2b65bc4d8e33029 /mdk-stage1/dietlibc/dietstdarg.h
parent327bd24f8e4291bd1882de1990dd7339f781a9cb (diff)
downloaddrakx-Corpo_2_1_1.tar
drakx-Corpo_2_1_1.tar.gz
drakx-Corpo_2_1_1.tar.bz2
drakx-Corpo_2_1_1.tar.xz
drakx-Corpo_2_1_1.zip
This commit was manufactured by cvs2svn to create tag 'Corpo_2_1_1'.Corpo_2_1_1
Diffstat (limited to 'mdk-stage1/dietlibc/dietstdarg.h')
-rw-r--r--mdk-stage1/dietlibc/dietstdarg.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/mdk-stage1/dietlibc/dietstdarg.h b/mdk-stage1/dietlibc/dietstdarg.h
deleted file mode 100644
index 827671b22..000000000
--- a/mdk-stage1/dietlibc/dietstdarg.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <stdarg.h>
-
-/* this assumes that va_copy() will be a macro, it is on gcc */
-#ifndef va_copy
-# ifdef __va_copy
-# define va_copy(x, y) __va_copy(x, y)
-# else
-/* assume copying it works... */
-# define va_copy(x, y) x = y
-# endif
-#endif
-