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. --- c/src/exec/libcsupport/src/newlibc.c | 2 -- c/src/lib/libc/newlibc.c | 2 -- cpukit/libcsupport/src/newlibc.c | 2 -- 3 files changed, 6 deletions(-) diff --git a/c/src/exec/libcsupport/src/newlibc.c b/c/src/exec/libcsupport/src/newlibc.c index 0c175b738e..570c905f30 100644 --- a/c/src/exec/libcsupport/src/newlibc.c +++ b/c/src/exec/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 diff --git a/c/src/lib/libc/newlibc.c b/c/src/lib/libc/newlibc.c index 0c175b738e..570c905f30 100644 --- a/c/src/lib/libc/newlibc.c +++ b/c/src/lib/libc/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 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