summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/sempost.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 /c/src/exec/posix/src/sempost.c
parentUpdated. (diff)
downloadrtems-64f55e7c32cb7a2ff069f527ec28b1cfa71de31a.tar.bz2
Made sure POSIX would build with MP enabled.
Diffstat (limited to 'c/src/exec/posix/src/sempost.c')
-rw-r--r--c/src/exec/posix/src/sempost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/src/sempost.c b/c/src/exec/posix/src/sempost.c
index d3375ce80d..5a646eee82 100644
--- a/c/src/exec/posix/src/sempost.c
+++ b/c/src/exec/posix/src/sempost.c
@@ -41,7 +41,7 @@ int sem_post(
&the_semaphore->Semaphore,
the_semaphore->Object.id,
#if defined(RTEMS_MULTIPROCESSING)
- POSIX_Semaphore_MP_support
+ NULL /* XXX need to define a routine to handle this case */
#else
NULL
#endif