summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/include/rtems')
-rw-r--r--cpukit/posix/include/rtems/posix/cancel.h7
1 files changed, 4 insertions, 3 deletions
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
);