# HG changeset patch # User Bruno Haible # Date 1222614157 -7200 # Node ID 35bef5339516a9d9e87c2a97244f99f1e8ec412b # Parent 24f91ed1cb43f77198249030e7f7232102300220 OSF/1 4.0 has a that lacks 'struct timeval'. diff -r 24f91ed1cb43 -r 35bef5339516 ChangeLog --- a/ChangeLog Sun Sep 28 16:19:57 2008 +0200 +++ b/ChangeLog Sun Sep 28 17:02:37 2008 +0200 @@ -1,3 +1,9 @@ +2008-09-28 Bruno Haible + + * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem. + * tests/test-sys_select.c: Include , for struct timeval. + Needed on OSF/1 4.0. + 2008-09-28 Bruno Haible Override open more carefully. diff -r 24f91ed1cb43 -r 35bef5339516 doc/posix-headers/sys_select.texi --- a/doc/posix-headers/sys_select.texi Sun Sep 28 16:19:57 2008 +0200 +++ b/doc/posix-headers/sys_select.texi Sun Sep 28 17:02:37 2008 +0200 @@ -17,4 +17,7 @@ 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 diff -r 24f91ed1cb43 -r 35bef5339516 tests/test-sys_select.c --- a/tests/test-sys_select.c Sun Sep 28 16:19:57 2008 +0200 +++ b/tests/test-sys_select.c Sun Sep 28 17:02:37 2008 +0200 @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include