summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/sempost.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/sempost.c')
-rw-r--r--cpukit/posix/src/sempost.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/posix/src/sempost.c b/cpukit/posix/src/sempost.c
index 13c0132abd..313ff3cdf3 100644
--- a/cpukit/posix/src/sempost.c
+++ b/cpukit/posix/src/sempost.c
@@ -38,7 +38,6 @@ int sem_post(
_CORE_semaphore_Surrender(
&the_semaphore->Semaphore,
NULL,
- 0,
&lock_context
);
return 0;