diff options
Diffstat (limited to 'src/threads/cnd_destroy.c')
| -rw-r--r-- | src/threads/cnd_destroy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/threads/cnd_destroy.c b/src/threads/cnd_destroy.c index 9153cab4..07cee092 100644 --- a/src/threads/cnd_destroy.c +++ b/src/threads/cnd_destroy.c @@ -5,6 +5,7 @@ void cnd_destroy(cnd_t *cond) { + SIGNAL_SAFE(0); pthread_cond_destroy(cond); } |
