summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mutexunlock.c
diff options
context:
space:
mode:
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 4de1917648..f9dec821da 100644
--- a/cpukit/posix/src/mutexunlock.c
+++ b/cpukit/posix/src/mutexunlock.c
@@ -34,7 +34,7 @@ int pthread_mutex_unlock(
CORE_mutex_Status status;
ISR_lock_Context lock_context;
- the_mutex = _POSIX_Mutex_Get_interrupt_disable( mutex, &lock_context );
+ the_mutex = _POSIX_Mutex_Get( mutex, &lock_context );
if ( the_mutex == NULL ) {
return EINVAL;