summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/apimutexallocate.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/apimutexallocate.c')
-rw-r--r--cpukit/score/src/apimutexallocate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/apimutexallocate.c b/cpukit/score/src/apimutexallocate.c
index a736e2b14f..c57cc66e6b 100644
--- a/cpukit/score/src/apimutexallocate.c
+++ b/cpukit/score/src/apimutexallocate.c
@@ -37,7 +37,7 @@ void _API_Mutex_Allocate(
mutex = (API_Mutex_Control *) _Objects_Allocate( &_API_Mutex_Information );
- _CORE_mutex_Initialize( &mutex->Mutex, &attr, CORE_MUTEX_UNLOCKED );
+ _CORE_mutex_Initialize( &mutex->Mutex, NULL, &attr, CORE_MUTEX_UNLOCKED );
_Objects_Open_u32( &_API_Mutex_Information, &mutex->Object, 1 );