tegge 2006-10-13 20:04:13 UTC FreeBSD src repository Modified files: lib/libc_r/uthread uthread_select.c Log: Delay setting wakeup time until after poll array has been allocated. Blocking on the malloc spinlock would cause the select timeout to be lost. Revision Changes Path 1.22 +20 -20 src/lib/libc_r/uthread/uthread_select.c