summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mutexmp.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-29 15:40:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-29 15:40:38 +0000
commit64f55e7c32cb7a2ff069f527ec28b1cfa71de31a (patch)
tree10a663bc14783d3eefb6c82b07e62902a42c8cde /cpukit/posix/src/mutexmp.c
parentUpdated. (diff)
downloadrtems-64f55e7c32cb7a2ff069f527ec28b1cfa71de31a.tar.bz2
Made sure POSIX would build with MP enabled.
Diffstat (limited to 'cpukit/posix/src/mutexmp.c')
-rw-r--r--cpukit/posix/src/mutexmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/mutexmp.c b/cpukit/posix/src/mutexmp.c
index 9726c0beff..dbdb44b708 100644
--- a/cpukit/posix/src/mutexmp.c
+++ b/cpukit/posix/src/mutexmp.c
@@ -48,7 +48,7 @@ int _POSIX_Mutex_MP_Send_request_packet (
return POSIX_MP_NOT_IMPLEMENTED();
}
-void POSIX_Threads_mutex_MP_support(
+void _POSIX_Threads_mutex_MP_support(
Thread_Control *the_thread,
Objects_Id id
)