bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] termios: fix compilation on mingw


From: Bruno Haible
Subject: Re: [PATCH] termios: fix compilation on mingw
Date: Sat, 16 Oct 2010 13:19:18 +0200
User-agent: KMail/1.9.9

> +2010-10-13  Eric Blake  <address@hidden>
> +
> +     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  <address@hidden>

        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
address@hidden
+The types @code{struct termios}, @code{cc_t}, @code{speed_t}, @code{tcflag_t}
+are not defined on some platforms:
+mingw.
 @end itemize



reply via email to

[Prev in Thread] Current Thread [Next in Thread]