Changeset 7e2a525b in rtems for c/src/exec/libcsupport/src/newlibc.c
- Timestamp:
- 02/15/99 18:56:08 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ee733965
- Parents:
- 7cc7a74
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/src/newlibc.c
r7cc7a74 r7e2a525b 361 361 /* #if !defined(RTEMS_UNIX) && !defined(__GO32__) && !defined(_AM29K) */ 362 362 #if !defined(RTEMS_UNIX) && !defined(_AM29K) 363 #if !defined(pc386)364 363 void _exit(int status) 365 364 { … … 367 366 rtems_shutdown_executive(status); 368 367 } 369 #endif370 368 371 369 #else
Note: See TracChangeset
for help on using the changeset viewer.