summaryrefslogtreecommitdiff
path: root/private.c
diff options
context:
space:
mode:
Diffstat (limited to 'private.c')
-rw-r--r--private.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/private.c b/private.c
index 9891660..d27e4bf 100644
--- a/private.c
+++ b/private.c
@@ -155,7 +155,7 @@ _pthread_threadDestroy (pthread_t thread)
if (thread != NULL)
{
- callUserDestroyRoutines (thread);
+ _pthread_callUserDestroyRoutines (thread);
if (thread->cancelEvent != NULL)
{