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 8b4f037649735d7ca14ce8b2072c8c15b1817005..9094a520a423ef7ad1e5455c30087119db8feccc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 6254288b61fa3eb458cb0117a5d61cfdd5c2e7c0..1a30318c5323b332d81d6f6e353b288ffc063593 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