Commit 7b5311b1 by Jeff Law

* va-pa.h (__gnuc_va_list): Use a "void *".

From-SVN: r11035
parent a4a315ef
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#ifndef __GNUC_VA_LIST #ifndef __GNUC_VA_LIST
#define __GNUC_VA_LIST #define __GNUC_VA_LIST
typedef double *__gnuc_va_list; typedef void *__gnuc_va_list;
#endif /* not __GNUC_VA_LIST */ #endif /* not __GNUC_VA_LIST */
/* If this is for internal libc use, don't define anything but /* If this is for internal libc use, don't define anything but
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment