Changeset 637df35 in rtems for cpukit/libcsupport/src/newlibc.c
- Timestamp:
- 07/12/95 19:47:25 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6cc85032
- Parents:
- 68931b5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/src/newlibc.c
r68931b5 r637df35 283 283 */ 284 284 285 #if ndef RTEMS_UNIX285 #if !defined(RTEMS_UNIX) && !defined(__GO32__) 286 286 void _exit(int status) 287 287 {
Note: See TracChangeset
for help on using the changeset viewer.