Changeset 760045f0 in rtems
- Timestamp:
- 08/30/01 18:28:46 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- fb1d8f81
- Parents:
- dc6b5ed3
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/rtems/ChangeLog
rdc6b5ed3 r760045f0 1 2001-08-30 Joel Sherrill <joel@OARcorp.com> 2 3 * inline/rtems/rtems/attr.inl: Correct typo and use correct 4 attribute RTEMS_SYSTEM_TASK. Reported by Chris Johns <ccj@acm.org>. 5 1 6 2001-08-16 Joel Sherrill <joel@OARcorp.com> 2 7 -
c/src/exec/rtems/inline/rtems/rtems/attr.inl
rdc6b5ed3 r760045f0 206 206 ) 207 207 { 208 return ( attribute_set & RTEMS_ PRIORITY_CEILING);208 return ( attribute_set & RTEMS_SYSTEM_TASK ); 209 209 } 210 210 -
cpukit/rtems/ChangeLog
rdc6b5ed3 r760045f0 1 2001-08-30 Joel Sherrill <joel@OARcorp.com> 2 3 * inline/rtems/rtems/attr.inl: Correct typo and use correct 4 attribute RTEMS_SYSTEM_TASK. Reported by Chris Johns <ccj@acm.org>. 5 1 6 2001-08-16 Joel Sherrill <joel@OARcorp.com> 2 7 -
cpukit/rtems/inline/rtems/rtems/attr.inl
rdc6b5ed3 r760045f0 206 206 ) 207 207 { 208 return ( attribute_set & RTEMS_ PRIORITY_CEILING);208 return ( attribute_set & RTEMS_SYSTEM_TASK ); 209 209 } 210 210
Note: See TracChangeset
for help on using the changeset viewer.