summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/newlibc.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-15 18:56:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-15 18:56:08 +0000
commit7e2a525b6d24900cc6b7768afa6c633b49f072d6 (patch)
treee78f38f2c0bff3e78ddc7f983f937b9febc7704b /cpukit/libcsupport/src/newlibc.c
parentPatch from Eric Valette <valette@crf.canon.fr> to correct _exit (diff)
downloadrtems-7e2a525b6d24900cc6b7768afa6c633b49f072d6.tar.bz2
Patch from Eric Valette <valette@crf.canon.fr> to undo the patch
that added ifdef on the pc386.
Diffstat (limited to 'cpukit/libcsupport/src/newlibc.c')
-rw-r--r--cpukit/libcsupport/src/newlibc.c2
1 files changed, 0 insertions, 2 deletions
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