> The poll-tests module that is now available in the GnuLib repository > currently fail on OpenBSD: > > Unconnected socket test... failed (huh, connect succeeded?) > Connected sockets test... failed (huh, connect succeeded?)
Uhm, this means O_NONBLOCK sockets do not work there? > failed (expecting POLLHUP after shutdown) > General socket test with fork... failed (expecting POLLHUP after > shutdown) This is the same failure more or less. > Pipe test... passed At least. :-) Is there something like strace? Can you run it? Paolo