mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 22:07:15 +00:00
Patch from Eric Valette <valette@crf.canon.fr> to undo the patch
that added ifdef on the pc386.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user