summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/rtems/posix/cancel.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/posix/include/rtems/posix/cancel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/posix/include/rtems/posix/cancel.h b/c/src/exec/posix/include/rtems/posix/cancel.h
index f50b8c6f06..935912a298 100644
--- a/c/src/exec/posix/include/rtems/posix/cancel.h
+++ b/c/src/exec/posix/include/rtems/posix/cancel.h
@@ -13,7 +13,7 @@ typedef struct {
} POSIX_Cancel_Handler_control;
/*
- * _POSIX_Thread_cancel_run
+ * _POSIX_Threads_cancel_run
*
* DESCRIPTION:
*
@@ -21,7 +21,7 @@ typedef struct {
* have been registered and executes them.
*/
-void _POSIX_Thread_cancel_run(
+void _POSIX_Threads_cancel_run(
Thread_Control *the_thread
);