Bruno Haible <[EMAIL PROTECTED]> writes: > On OSF/1 4.0, <sys/select.h> exists but provides only a forward declaration > of 'struct timeval', no definition of this type.
Sigh. So it seems we need a sys_select header module and a separate select function after all: someone might want to get the 'struct timeval' structure out of sys/select.h without calling the select function. I'll have to defer this for now, but if someone else wants to work on it, please do. /Simon