summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/cancelrun.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-03 12:51:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-03 12:51:09 +0000
commit2b2ab1c0706b4697d1fa8f314d8a1f45ca72b9b9 (patch)
tree1f1de9d636011ceedaff990c5c099ddeba392711 /c/src/exec/posix/src/cancelrun.c
parentAdded CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM as a configuration (diff)
downloadrtems-2b2ab1c0706b4697d1fa8f314d8a1f45ca72b9b9.tar.bz2
Renamed POSIX_Thread_cancel_run to _POSIX_Thread_cancel_run since RTEMS
internal symbols are supposed to have leading underscores.
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
)
{