CVSROOT:        /cvs
Module name:    src
Changes by:     guent...@cvs.openbsd.org        2009/01/29 15:18:06

Modified files:
        sys/kern       : kern_sig.c 

Log message:
Remove KASSERT() that could trigger when an rthread in sigwait()
got multiple signals before tsleep() could wakeup.  Also, POSIX
says that sigwait() should never return EINTR, so map that to
ERESTART.

ok kurt@, tedu@
fixes the panic encountered by ariane@ with kaffe

Reply via email to