Changeset 39d3f8d in rtems
- Timestamp:
- Jul 25, 2010, 3:13:35 PM (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 118cc56
- Parents:
- 972a8dba
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r972a8dba r39d3f8d 1 2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * sapi/include/rtems/init.h: Mark rtems_shutdown_executive as a 4 noreturn method. 5 1 6 2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
cpukit/sapi/include/rtems/init.h
r972a8dba r39d3f8d 91 91 void rtems_shutdown_executive( 92 92 uint32_t result 93 ) ;93 ) RTEMS_COMPILER_NO_RETURN_ATTRIBUTE; 94 94 95 95 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.