Update doc of OSF/1 4.0 problem.
authorBruno Haible <bruno@clisp.org>
Sun, 5 Oct 2008 15:37:21 +0000 (17:37 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 5 Oct 2008 15:37:21 +0000 (17:37 +0200)
ChangeLog
doc/posix-headers/sys_select.texi

index 8b4f037..9094a52 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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
        modules/sys_select-tests.
        * tests/test-select.c: New file, mostly copied from
index 6254288..1a30318 100644 (file)
@@ -13,11 +13,11 @@ HP-UX 11, mingw, BeOS.
 @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