diff options
Diffstat (limited to 'misc.c')
-rw-r--r-- | misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,5 +63,5 @@ pthread_self(void) int pthread_equal(pthread_t t1, pthread_t t2) { - return (t1 != t2); + return (t1 == t2); } |
index : pthreads-win32 | ||
Unnamed repository; edit this file 'description' to name the repository. | Pixel |
summaryrefslogtreecommitdiff |