diff options
Diffstat (limited to 'private.c')
-rw-r--r-- | private.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ _pthread_threadDestroy (pthread_t thread) if (thread != NULL) { - callUserDestroyRoutines (thread); + _pthread_callUserDestroyRoutines (thread); if (thread->cancelEvent != NULL) { |