summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/cancelrun.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/cancelrun.c')
-rw-r--r--c/src/exec/posix/src/cancelrun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/posix/src/cancelrun.c b/c/src/exec/posix/src/cancelrun.c
index e2b74b829a..9de56f050b 100644
--- a/c/src/exec/posix/src/cancelrun.c
+++ b/c/src/exec/posix/src/cancelrun.c
@@ -16,11 +16,11 @@
/*PAGE
*
- * POSIX_Thread_cancel_run
+ * _POSIX_Thread_cancel_run
*
*/
-void POSIX_Thread_cancel_run(
+void _POSIX_Thread_cancel_run(
Thread_Control *the_thread
)
{