Patch from Eric Valette <valette@crf.canon.fr> to undo the patch

that added ifdef on the pc386.
This commit is contained in:
Joel Sherrill
1999-02-15 18:56:08 +00:00
parent 7cc7a74db0
commit 7e2a525b6d
3 changed files with 0 additions and 6 deletions

View File

@@ -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

View File

@@ -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