summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
authorrpj <rpj>2011-03-25 02:53:23 +0000
committerrpj <rpj>2011-03-25 02:53:23 +0000
commitc31136724ab51c9b935344c46d3eca51c8b37d55 (patch)
tree66fb6cc81599defacdc4ef1ee6fd79c97ba92db2 /implement.h
parente2bee8c46a60d2f3e6bc3dfbb4f8549963060cb0 (diff)
Terminating thread robust signaling changes
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);