Changeset f00d7ad in rtems
- Timestamp:
- 02/03/98 18:30:05 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 77ea27fc
- Parents:
- 52dd75d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/src/newlibc.c
r52dd75d rf00d7ad 356 356 void _exit(int status) 357 357 { 358 libc_wrapup(); /* Why? XXX */ 358 359 rtems_shutdown_executive(status); 359 360 } -
c/src/lib/libc/newlibc.c
r52dd75d rf00d7ad 356 356 void _exit(int status) 357 357 { 358 libc_wrapup(); /* Why? XXX */ 358 359 rtems_shutdown_executive(status); 359 360 } -
cpukit/libcsupport/src/newlibc.c
r52dd75d rf00d7ad 356 356 void _exit(int status) 357 357 { 358 libc_wrapup(); /* Why? XXX */ 358 359 rtems_shutdown_executive(status); 359 360 }
Note: See TracChangeset
for help on using the changeset viewer.