- 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
- Location:
- c/src/lib
- Files:
-
- 27 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libc/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 { -
c/src/lib/libmisc/monitor/mon-symbols.c
r68931b5 r637df35 17 17 */ 18 18 19 #include <rtems.h> 19 20 #include <stdio.h> 20 21 #include <stdlib.h> 21 22 #include <string.h> 22 #include <rtems.h>23 23 24 24 #include "symbols.h"
Note: See TracChangeset
for help on using the changeset viewer.