summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/cancel.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/cancel.c')
-rw-r--r--cpukit/posix/src/cancel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/cancel.c b/cpukit/posix/src/cancel.c
index 6058ff2605..0167c0a328 100644
--- a/cpukit/posix/src/cancel.c
+++ b/cpukit/posix/src/cancel.c
@@ -44,7 +44,7 @@ int pthread_cancel(
if ( _ISR_Is_in_progress() )
return EPROTO;
- the_thread = _POSIX_Threads_Get( thread, &location );
+ the_thread = _Thread_Get( thread, &location );
switch ( location ) {
case OBJECTS_LOCAL: