diff options
-rw-r--r-- | condvar.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ #include "pthread.h" int -pthread_cond_init(pthread_condattr_t *attr) +pthread_condattr_init(pthread_condattr_t *attr) { if (attr == NULL) { |
index : pthreads-win32 | ||
Unnamed repository; edit this file 'description' to name the repository. | Pixel |
summaryrefslogtreecommitdiff |
-rw-r--r-- | condvar.c | 2 |
@@ -8,7 +8,7 @@ #include "pthread.h" int -pthread_cond_init(pthread_condattr_t *attr) +pthread_condattr_init(pthread_condattr_t *attr) { if (attr == NULL) { |