From 2b2ab1c0706b4697d1fa8f314d8a1f45ca72b9b9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Nov 1999 12:51:09 +0000 Subject: Renamed POSIX_Thread_cancel_run to _POSIX_Thread_cancel_run since RTEMS internal symbols are supposed to have leading underscores. --- cpukit/posix/src/setcanceltype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/setcanceltype.c') diff --git a/cpukit/posix/src/setcanceltype.c b/cpukit/posix/src/setcanceltype.c index 8533587808..6c09836700 100644 --- a/cpukit/posix/src/setcanceltype.c +++ b/cpukit/posix/src/setcanceltype.c @@ -40,7 +40,7 @@ int pthread_setcanceltype( if ( thread_support->cancelability_state == PTHREAD_CANCEL_ENABLE && thread_support->cancelability_type == PTHREAD_CANCEL_ASYNCHRONOUS && thread_support->cancelation_requested ) - POSIX_Thread_cancel_run( _Thread_Executing ); + _POSIX_Thread_cancel_run( _Thread_Executing ); return 0; } -- cgit v1.2.3