termios: Update documentation.
authorIan Beckwith <ianb@erislabs.net>
Sat, 23 Oct 2010 22:06:30 +0000 (23:06 +0100)
committerIan Beckwith <ianb@erislabs.net>
Sat, 23 Oct 2010 22:06:30 +0000 (23:06 +0100)
* doc/posix-headers/termios.texi: Mention remaining mingw problems.
(cherry picked from commit 61241ea11b262adb31ea7be3038c5a960c7d3438)

ChangeLog
NEWS.stable
doc/posix-headers/termios.texi

index db1c21f..8badd8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-15  Bruno Haible  <bruno@clisp.org>
+
+       termios: Update documentation.
+       * doc/posix-headers/termios.texi: Mention remaining mingw problems.
+
 2010-10-15  Eric Blake  <eblake@redhat.com>
 
        ignore-value: make header idempotent
index 283cffa..ba21974 100644 (file)
@@ -15,6 +15,7 @@ with the following additional commits:
     * [d239853]->[ced7fa1] vasnprintf: Don't set errno to 0.
     * [fdaeccf]->[66e670a] GNUmakefile: handle "stable" target, not "major"
     * [cac3889]->[7661272] ignore-value: make header idempotent
+    * [61241ea]->[] termios: Update documentation.
 __NEXTCOMMITMARKER__
 
 ----------------------------------------------------------------------
index 7f5b670..ba38b1c 100644 (file)
@@ -14,4 +14,8 @@ mingw.
 
 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