summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mutexunlock.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/mutexunlock.c
parentUpdated. (diff)
downloadrtems-64f55e7c32cb7a2ff069f527ec28b1cfa71de31a.tar.bz2
Made sure POSIX would build with MP enabled.
Diffstat (limited to 'cpukit/posix/src/mutexunlock.c')
-rw-r--r--cpukit/posix/src/mutexunlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/mutexunlock.c b/cpukit/posix/src/mutexunlock.c
index 3f5d5a03f3..3b6fdcc7e0 100644
--- a/cpukit/posix/src/mutexunlock.c
+++ b/cpukit/posix/src/mutexunlock.c
@@ -49,7 +49,7 @@ int pthread_mutex_unlock(
&the_mutex->Mutex,
the_mutex->Object.id,
#if defined(RTEMS_MULTIPROCESSING)
- POSIX_Threads_mutex_MP_support
+ _POSIX_Threads_mutex_MP_support
#else
NULL
#endif