From: Bruno Haible Date: Sat, 16 Oct 2010 11:18:37 +0000 (+0200) Subject: termios: Update documentation. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61241ea11b262adb31ea7be3038c5a960c7d3438;p=pspp termios: Update documentation. * doc/posix-headers/termios.texi: Mention remaining mingw problems. --- diff --git a/ChangeLog b/ChangeLog index 42d0fef118..e87ca3bdb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-10-15 Bruno Haible + + termios: Update documentation. + * doc/posix-headers/termios.texi: Mention remaining mingw problems. + 2010-10-15 Bruno Haible tests: Make them compile with TinyCC. diff --git a/doc/posix-headers/termios.texi b/doc/posix-headers/termios.texi index 7f5b67098d..ba38b1c43e 100644 --- a/doc/posix-headers/termios.texi +++ b/doc/posix-headers/termios.texi @@ -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