summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/sempost.c
diff options
context:
space:
mode:
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