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/include/rtems/posix/cancel.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'cpukit/posix/include/rtems') diff --git a/cpukit/posix/include/rtems/posix/cancel.h b/cpukit/posix/include/rtems/posix/cancel.h index 30c2f17975..f50b8c6f06 100644 --- a/cpukit/posix/include/rtems/posix/cancel.h +++ b/cpukit/posix/include/rtems/posix/cancel.h @@ -13,14 +13,15 @@ typedef struct { } POSIX_Cancel_Handler_control; /* - * POSIX_Thread_cancel_run + * _POSIX_Thread_cancel_run * * DESCRIPTION: * - * XXX + * This support routine runs through the chain of cancel handlers that + * have been registered and executes them. */ -void POSIX_Thread_cancel_run( +void _POSIX_Thread_cancel_run( Thread_Control *the_thread ); -- cgit v1.2.3