summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_glue.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_glue.c')
-rw-r--r--cpukit/libnetworking/rtems/rtems_glue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_glue.c b/cpukit/libnetworking/rtems/rtems_glue.c
index b360b079ba..9ece2b10d4 100644
--- a/cpukit/libnetworking/rtems/rtems_glue.c
+++ b/cpukit/libnetworking/rtems/rtems_glue.c
@@ -413,7 +413,6 @@ rtems_bsdnet_semaphore_release (void)
status = _CORE_mutex_Surrender (
&the_networkSemaphore->Core_control.mutex,
NULL,
- 0,
&lock_context
);
if (status != CORE_MUTEX_STATUS_SUCCESSFUL)