summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/rtems/posix/cancel.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/include/rtems/posix/cancel.h')
-rw-r--r--c/src/exec/posix/include/rtems/posix/cancel.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/c/src/exec/posix/include/rtems/posix/cancel.h b/c/src/exec/posix/include/rtems/posix/cancel.h
index 30c2f17975..f50b8c6f06 100644
--- a/c/src/exec/posix/include/rtems/posix/cancel.h
+++ b/c/src/exec/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
);