summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/cancelrun.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/cancelrun.c')
-rw-r--r--cpukit/posix/src/cancelrun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/src/cancelrun.c b/cpukit/posix/src/cancelrun.c
index e2b74b829a..9de56f050b 100644
--- a/cpukit/posix/src/cancelrun.c
+++ b/cpukit/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
)
{