Changeset 799a5b9 in rtems
- Timestamp:
- 08/22/97 19:10:44 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 9b1f5678
- Parents:
- 2d997375
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/inline/cond.inl
r2d997375 r799a5b9 56 56 { 57 57 /* XXX really should validate pointer */ 58 /* XXX should support COND_INITIALIZER */ 58 59 return (POSIX_Condition_variables_Control *) 59 60 _Objects_Get( &_POSIX_Condition_variables_Information, *id, location ); -
c/src/exec/posix/inline/rtems/posix/cond.inl
r2d997375 r799a5b9 56 56 { 57 57 /* XXX really should validate pointer */ 58 /* XXX should support COND_INITIALIZER */ 58 59 return (POSIX_Condition_variables_Control *) 59 60 _Objects_Get( &_POSIX_Condition_variables_Information, *id, location ); -
cpukit/posix/inline/rtems/posix/cond.inl
r2d997375 r799a5b9 56 56 { 57 57 /* XXX really should validate pointer */ 58 /* XXX should support COND_INITIALIZER */ 58 59 return (POSIX_Condition_variables_Control *) 59 60 _Objects_Get( &_POSIX_Condition_variables_Information, *id, location );
Note: See TracChangeset
for help on using the changeset viewer.