summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/condget.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/condget.c')
-rw-r--r--cpukit/posix/src/condget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/src/condget.c b/cpukit/posix/src/condget.c
index e3cf59c4a5..b89566af03 100644
--- a/cpukit/posix/src/condget.c
+++ b/cpukit/posix/src/condget.c
@@ -53,7 +53,7 @@ POSIX_Condition_variables_Control *_POSIX_Condition_variables_Get(
return (POSIX_Condition_variables_Control *) _Objects_Get_local(
(Objects_Id) *cond,
- &_POSIX_Condition_variables_Information,
- lock_context
+ lock_context,
+ &_POSIX_Condition_variables_Information
);
}