From 7e2a525b6d24900cc6b7768afa6c633b49f072d6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 15 Feb 1999 18:56:08 +0000 Subject: Patch from Eric Valette to undo the patch that added ifdef on the pc386. --- cpukit/libcsupport/src/newlibc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/libcsupport/src/newlibc.c') diff --git a/cpukit/libcsupport/src/newlibc.c b/cpukit/libcsupport/src/newlibc.c index 0c175b738e..570c905f30 100644 --- a/cpukit/libcsupport/src/newlibc.c +++ b/cpukit/libcsupport/src/newlibc.c @@ -360,13 +360,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 -- cgit v1.2.3