problem __va_copy in glibc's vprinf and vscanf
Kaoru Fukui
k_fukui@highway.ne.jp
Sat Nov 20 12:29:00 GMT 1999
Hi!
I have the problem when compiling glibc-2.1.3 with gcc-2.9.6(snapshot).
Glibc's vprinf and vscanf have __va_copy,
and gcc-2.95 have also __va_copy.
But gcc-2.96 have va_copy.
i can compile glibc-2.1.3 with gcc-2.95.2.
gcc-2.96 cann't compile glibc.
I hope to use this define in head of glibc's vprinf and vscanf.
Sorry I don't understand what is wrong.
#define va_copy __va_copy
Thanks
Kaoru
More information about the Libc-alpha
mailing list