diff options
Diffstat (limited to 'sync.c')
-rw-r--r-- | sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ pthread_detach(pthread_t thread) this = _pthread_find_thread_entry(thread); - if (this = -1) + if (this == -1) { return ESRCH; } |