summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
Diffstat (limited to 'implement.h')
-rw-r--r--implement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/implement.h b/implement.h
index 0b77d7d..1067bce 100644
--- a/implement.h
+++ b/implement.h
@@ -599,7 +599,7 @@ extern "C"
int ptw32_mutex_check_need_init (pthread_mutex_t * mutex);
int ptw32_rwlock_check_need_init (pthread_rwlock_t * rwlock);
- int ptw32_robust_mutex_inherit(pthread_mutex_t * mutex, pthread_t self);
+ int ptw32_robust_mutex_inherit(pthread_mutex_t * mutex);
#if 1
void ptw32_robust_mutex_add(pthread_mutex_t* mutex, pthread_t self);
void ptw32_robust_mutex_remove(pthread_mutex_t* mutex);