summaryrefslogtreecommitdiffstats
path: root/osdep/threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/threads.h')
-rw-r--r--osdep/threads.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/osdep/threads.h b/osdep/threads.h
index 3d060009cb..02f6ac1489 100644
--- a/osdep/threads.h
+++ b/osdep/threads.h
@@ -5,8 +5,8 @@
struct timespec mpthread_get_deadline(double timeout);
-int mpthread_cond_timed_wait(pthread_cond_t *cond, pthread_mutex_t *mutex,
- double timeout);
+int mpthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex,
+ double timeout);
int mpthread_mutex_init_recursive(pthread_mutex_t *mutex);