summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/inline
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-22 19:10:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-22 19:10:44 +0000
commit799a5b9f8d9983cbf52ed8050008032f223857bd (patch)
tree59309ca12ecc6ad052672f06b162b1787855f874 /cpukit/posix/inline
parentstart no longer a global symbol per Eric Norum's request. (diff)
downloadrtems-799a5b9f8d9983cbf52ed8050008032f223857bd.tar.bz2
Added commit about missing support for condition initializer.
Diffstat (limited to 'cpukit/posix/inline')
-rw-r--r--cpukit/posix/inline/rtems/posix/cond.inl1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/posix/inline/rtems/posix/cond.inl b/cpukit/posix/inline/rtems/posix/cond.inl
index c85546027f..c61892cd1e 100644
--- a/cpukit/posix/inline/rtems/posix/cond.inl
+++ b/cpukit/posix/inline/rtems/posix/cond.inl
@@ -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 );
}