diff options
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/uthread/uthread_sem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_sem.c b/lib/libc_r/uthread/uthread_sem.c index 5a4757c..2dcf722 100644 --- a/lib/libc_r/uthread/uthread_sem.c +++ b/lib/libc_r/uthread/uthread_sem.c @@ -227,7 +227,7 @@ sem_post(sem_t *sem) pthread_mutex_unlock(&(*sem)->lock); - _thread_kern_sig_defer(); + _thread_kern_sig_undefer(); retval = 0; RETURN: return retval; |