Bruno Haible <[EMAIL PROTECTED]> writes: > As far as I understood, basically, Simon wants > a module 'select' separate from 'sys_select' because > - it's cleaner, > - the guy who needs <sys/select.h> just for 'struct timeval' does not > need the select() function.
I do not understand why one would include <sys/select.h> just for struct timeval. Isn't <sys/time.h> a more straightforward choice? There is already a sys_time module. -- Ben Pfaff http://benpfaff.org