posix: Fix typo

This commit is contained in:
Sebastian Huber
2016-12-02 12:40:32 +01:00
parent b3cb2c12d7
commit 6cc83b3217
+1 -1
View File
@@ -105,7 +105,7 @@ RTEMS_INLINE_ROUTINE int _POSIX_Zero_or_minus_one_plus_errno(
if ( id == NULL ) { \
return NULL; \
} \
_Thread_queue_Initialize( queue_context ); \
_Thread_queue_Context_initialize( queue_context ); \
the_object = _Objects_Get( \
(Objects_Id) *id, \
&queue_context->Lock_context.Lock_context, \