Changeset da4b6e8 in rtems for c/src/exec/libcsupport/src/newlibc.c
- Timestamp:
- Jun 12, 1996, 10:50:03 PM (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1094754f
- Parents:
- 2e0ebd11
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/src/newlibc.c
r2e0ebd11 rda4b6e8 291 291 292 292 293 void294 exit(int status)295 {296 libc_wrapup();297 rtems_shutdown_executive(status);298 }299 300 301 293 /* 302 294 * Function: _exit … … 332 324 rtems_shutdown_executive(status); 333 325 } 326 327 #else 328 329 void exit(int status) 330 { 331 libc_wrapup(); 332 rtems_shutdown_executive(status); 333 } 334 334 #endif 335 335
Note: See TracChangeset
for help on using the changeset viewer.