mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 06:35:36 +08:00
posix: Fix typo
This commit is contained in:
@@ -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, \
|
||||
|
||||
Reference in New Issue
Block a user