> +2010-10-13 Eric Blake <ebl...@redhat.com> > + > + termios: fix compilation on mingw > + * m4/termios_h.m4 (gl_TERMIOS_H_DEFAULTS): Set default. > + (gl_TERMIOS_H): Adjust it on mingw. > + * modules/termios (Makefile.am): Substitute new key. > + * lib/termios.in.h (includes): Make include_next conditional. > + * doc/posix-headers/termios.texi (termios.h): Update > + documentation. > + Reported by Daniel P. Berrange. > +
Thanks Eric! But there is no hope that we can actually implement any of its contents on mingw, since native Windows does not have the concept of tty. 2010-10-15 Bruno Haible <br...@clisp.org> termios: Update documentation. * doc/posix-headers/termios.texi: Mention remaining mingw problems. --- doc/posix-headers/termios.texi.orig Sat Oct 16 13:17:01 2010 +++ doc/posix-headers/termios.texi Sat Oct 16 13:16:40 2010 @@ -14,4 +14,8 @@ Portability problems not fixed by Gnulib: @itemize +...@item +The types @code{struct termios}, @code{cc_t}, @code{speed_t}, @code{tcflag_t} +are not defined on some platforms: +mingw. @end itemize