On Mon, 2012-03-26 at 13:47 +0300, Pekka Enberg wrote: > On Mon, Mar 26, 2012 at 1:11 PM, Mark Wielaard <m...@klomp.org> wrote: > > On Mon, 2012-03-26 at 10:01 +0100, Andrew Haley wrote: > >> On 03/25/2012 05:08 PM, Gerald Pfeifer wrote: > >> > 2012-03-25 Gerald Pfeifer <ger...@pfeifer.com> > >> > > >> > PR libgcj/52694 > >> > * java/io/natVMConsole.cc (IUCLC): Define, if undefined. > >> > >> Sure. WTF is IUCLC anyway? :-) > > > > (map) Input (characters) UpperCase (to) Lower Case. > > It is a non-posix termios extension. > > > > patch should also go into upstream classpath. > > Yes, please. > > Btw, why are people not fixing GNU Classpath upstream-first?
In this case, because libgcj doesn't use the JNI interface for some of its native implementations. So this was found in the CNI .cc variant. The patch should be similar though for the jni .c variant. Cheers, Mark