mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
Added commit about missing support for condition initializer.
This commit is contained in:
@@ -55,6 +55,7 @@ RTEMS_INLINE_ROUTINE POSIX_Condition_variables_Control *_POSIX_Condition_variabl
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
/* XXX really should validate pointer */
|
/* XXX really should validate pointer */
|
||||||
|
/* XXX should support COND_INITIALIZER */
|
||||||
return (POSIX_Condition_variables_Control *)
|
return (POSIX_Condition_variables_Control *)
|
||||||
_Objects_Get( &_POSIX_Condition_variables_Information, *id, location );
|
_Objects_Get( &_POSIX_Condition_variables_Information, *id, location );
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ RTEMS_INLINE_ROUTINE POSIX_Condition_variables_Control *_POSIX_Condition_variabl
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
/* XXX really should validate pointer */
|
/* XXX really should validate pointer */
|
||||||
|
/* XXX should support COND_INITIALIZER */
|
||||||
return (POSIX_Condition_variables_Control *)
|
return (POSIX_Condition_variables_Control *)
|
||||||
_Objects_Get( &_POSIX_Condition_variables_Information, *id, location );
|
_Objects_Get( &_POSIX_Condition_variables_Information, *id, location );
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ RTEMS_INLINE_ROUTINE POSIX_Condition_variables_Control *_POSIX_Condition_variabl
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
/* XXX really should validate pointer */
|
/* XXX really should validate pointer */
|
||||||
|
/* XXX should support COND_INITIALIZER */
|
||||||
return (POSIX_Condition_variables_Control *)
|
return (POSIX_Condition_variables_Control *)
|
||||||
_Objects_Get( &_POSIX_Condition_variables_Information, *id, location );
|
_Objects_Get( &_POSIX_Condition_variables_Information, *id, location );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user