changeset 30280:1c26fc99b1ee

Update doc of OSF/1 4.0 problem.
author Bruno Haible <bruno@clisp.org>
date Sun, 05 Oct 2008 17:37:21 +0200
parents 609d14c25348
children adbd657d1b20
files ChangeLog doc/posix-headers/sys_select.texi
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Oct 05 17:31:59 2008 +0200
+++ b/ChangeLog	Sun Oct 05 17:37:21 2008 +0200
@@ -1,3 +1,8 @@
+2008-10-05  Bruno Haible  <bruno@clisp.org>
+
+	* doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
+	as being fixed by gnulib.
+
 2008-10-05  Bruno Haible  <bruno@clisp.org>
 
 	* modules/select-tests: New file, mostly copied from
--- a/doc/posix-headers/sys_select.texi	Sun Oct 05 17:31:59 2008 +0200
+++ b/doc/posix-headers/sys_select.texi	Sun Oct 05 17:37:21 2008 +0200
@@ -13,11 +13,11 @@
 @item
 This header file is not self-contained on some platforms: it requires
 @code{<sys/types.h>} to be included first.
+@item
+This header file does not define @code{struct timeval} on some platforms:
+OSF/1 4.0.
 @end itemize
 
 Portability problems not fixed by Gnulib:
 @itemize
-@item
-This header file does not define @code{struct timeval} on some platforms:
-OSF/1 4.0.
 @end itemize