diff options
Diffstat (limited to 'src/threads/mtx_lock.c')
| -rw-r--r-- | src/threads/mtx_lock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/threads/mtx_lock.c b/src/threads/mtx_lock.c index fe1dfeb0..da97db79 100644 --- a/src/threads/mtx_lock.c +++ b/src/threads/mtx_lock.c @@ -5,6 +5,7 @@ int mtx_lock(mtx_t *mtx) { + SIGNAL_SAFE(0); return pthread_mutex_lock(mtx); } |
