summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/testcancel.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/testcancel.c')
-rw-r--r--c/src/exec/posix/src/testcancel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/src/testcancel.c b/c/src/exec/posix/src/testcancel.c
index 4e576c7cab..40717c5ab0 100644
--- a/c/src/exec/posix/src/testcancel.c
+++ b/c/src/exec/posix/src/testcancel.c
@@ -27,5 +27,5 @@ void pthread_testcancel( void )
if ( thread_support->cancelability_state == PTHREAD_CANCEL_ENABLE &&
thread_support->cancelation_requested )
- POSIX_Thread_cancel_run( _Thread_Executing );
+ _POSIX_Thread_cancel_run( _Thread_Executing );
}