changeset 13811:5ae88074a203

termios: Update documentation. * doc/posix-headers/termios.texi: Mention remaining mingw problems.
author Bruno Haible <bruno@clisp.org>
date Sat, 16 Oct 2010 13:18:37 +0200
parents 3ad36edfec7f
children f217d07abb91
files ChangeLog doc/posix-headers/termios.texi
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  Bruno Haible  <bruno@clisp.org>
 
 	tests: Make them compile with TinyCC.
--- a/doc/posix-headers/termios.texi
+++ b/doc/posix-headers/termios.texi
@@ -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