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/testcancel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/testcancel.c') diff --git a/cpukit/posix/src/testcancel.c b/cpukit/posix/src/testcancel.c index 4e576c7cab..40717c5ab0 100644 --- a/cpukit/posix/src/testcancel.c +++ b/cpukit/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 ); } -- cgit v1.2.3