Paolo Bonzini wrote: > > The patch is obviously correct. You can apply it, together with this > > enhancement of the unit test. I'll test it in the next few days. > > Done.
I'm updating the doc: 2008-10-05 Bruno Haible <[EMAIL PROTECTED]> * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem as being fixed by gnulib. *** doc/posix-headers/sys_select.texi.orig 2008-10-05 17:36:47.000000000 +0200 --- doc/posix-headers/sys_select.texi 2008-10-05 17:32:50.000000000 +0200 *************** *** 13,23 **** @item This header file is not self-contained on some platforms: it requires @code{<sys/types.h>} to be included first. @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 --- 13,23 ---- @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 @end itemize