summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/newlibc.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-31 23:06:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-31 23:06:50 +0000
commitd9d75fce47b63f287ff553db156c40bda3eceaf1 (patch)
tree91bf8143732c4923edef4d223e86a12e342ad9d1 /cpukit/libcsupport/src/newlibc.c
parentPatch from Eric Valette <valette@crf.canon.fr>: (diff)
downloadrtems-d9d75fce47b63f287ff553db156c40bda3eceaf1.tar.bz2
Patch from Emmanuel Raguet <raguet@crf.canon.fr>:
I have reworked the ethernet driver for the BSP pc386 and here is the patch to apply.
Diffstat (limited to 'cpukit/libcsupport/src/newlibc.c')
-rw-r--r--cpukit/libcsupport/src/newlibc.c3
1 files changed, 0 insertions, 3 deletions
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)