Changeset 61a4d81 in rtems
- Timestamp:
- 10/21/99 19:36:29 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 666e377
- Parents:
- ac5a9bf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/rtems/src/taskissuspended.c
rac5a9bf r61a4d81 74 74 return RTEMS_ALREADY_SUSPENDED; 75 75 } 76 77 return RTEMS_INTERNAL_ERROR; /* unreached - only to remove warnings */ 76 78 } -
cpukit/rtems/src/taskissuspended.c
rac5a9bf r61a4d81 74 74 return RTEMS_ALREADY_SUSPENDED; 75 75 } 76 77 return RTEMS_INTERNAL_ERROR; /* unreached - only to remove warnings */ 76 78 }
Note: See TracChangeset
for help on using the changeset viewer.