From d9d75fce47b63f287ff553db156c40bda3eceaf1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 31 Aug 1998 23:06:50 +0000 Subject: Patch from Emmanuel Raguet : I have reworked the ethernet driver for the BSP pc386 and here is the patch to apply. --- cpukit/libcsupport/src/newlibc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpukit/libcsupport/src/newlibc.c') diff --git a/cpukit/libcsupport/src/newlibc.c b/cpukit/libcsupport/src/newlibc.c index 089c7e7541..a6acc1c8d7 100644 --- a/cpukit/libcsupport/src/newlibc.c +++ b/cpukit/libcsupport/src/newlibc.c @@ -353,14 +353,11 @@ int get_errno() /* #if !defined(RTEMS_UNIX) && !defined(__GO32__) && !defined(_AM29K) */ #if !defined(RTEMS_UNIX) && !defined(_AM29K) -#if !defined(pc386) void _exit(int status) { libc_wrapup(); /* Why? XXX */ rtems_shutdown_executive(status); } -#endif - #else void exit(int status) -- cgit v1.2.3