Added commit about missing support for condition initializer.

This commit is contained in:
Joel Sherrill
1997-08-22 19:10:44 +00:00
parent 2d99737533
commit 799a5b9f8d
3 changed files with 3 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ RTEMS_INLINE_ROUTINE POSIX_Condition_variables_Control *_POSIX_Condition_variabl
)
{
/* XXX really should validate pointer */
/* XXX should support COND_INITIALIZER */
return (POSIX_Condition_variables_Control *)
_Objects_Get( &_POSIX_Condition_variables_Information, *id, location );
}

View File

@@ -55,6 +55,7 @@ RTEMS_INLINE_ROUTINE POSIX_Condition_variables_Control *_POSIX_Condition_variabl
)
{
/* XXX really should validate pointer */
/* XXX should support COND_INITIALIZER */
return (POSIX_Condition_variables_Control *)
_Objects_Get( &_POSIX_Condition_variables_Information, *id, location );
}

View File

@@ -55,6 +55,7 @@ RTEMS_INLINE_ROUTINE POSIX_Condition_variables_Control *_POSIX_Condition_variabl
)
{
/* XXX really should validate pointer */
/* XXX should support COND_INITIALIZER */
return (POSIX_Condition_variables_Control *)
_Objects_Get( &_POSIX_Condition_variables_Information, *id, location );
}