Do not allow umtx_sleep() to restart on a restartable signal. We want to
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 2 Jul 2007 01:30:07 +0000 (01:30 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 2 Jul 2007 01:30:07 +0000 (01:30 +0000)
commit02095b1cd19d3a87eb67df086b55d4a9cd0152d2
treefac013ea47907c238be81e08686aee26f3bfa5bf
parente785a5d9a614c9819b50b359fdf46cf4ea483a4e
Do not allow umtx_sleep() to restart on a restartable signal.  We want to
return EINTR so the caller can handle side effects from the signal.
sys/kern/kern_umtx.c