Changeset d80188eb in rtems
- Timestamp:
- 11/02/99 15:30:20 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b970c48
- Parents:
- fd882ee
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/rtems/src/semcreate.c
rfd882ee rd80188eb 94 94 } else 95 95 #endif 96 96 97 if ( _Attributes_Is_inherit_priority( attribute_set ) || 97 98 _Attributes_Is_priority_ceiling( attribute_set ) ) { … … 167 168 168 169 /* 170 * This effectively disables limit checking. 171 */ 172 173 the_semaphore_attributes.maximum_count = 0xFFFFFFFF; 174 175 /* 169 176 * The following are just to make Purify happy. 170 177 */ -
cpukit/rtems/src/semcreate.c
rfd882ee rd80188eb 94 94 } else 95 95 #endif 96 96 97 if ( _Attributes_Is_inherit_priority( attribute_set ) || 97 98 _Attributes_Is_priority_ceiling( attribute_set ) ) { … … 167 168 168 169 /* 170 * This effectively disables limit checking. 171 */ 172 173 the_semaphore_attributes.maximum_count = 0xFFFFFFFF; 174 175 /* 169 176 * The following are just to make Purify happy. 170 177 */
Note: See TracChangeset
for help on using the changeset viewer.