Ada95, gnat, go32

This commit is contained in:
Joel Sherrill
1995-07-12 19:47:25 +00:00
parent 68931b5dc1
commit 637df35f96
64 changed files with 4086 additions and 788 deletions

View File

@@ -282,7 +282,7 @@ exit(int status)
*
*/
#ifndef RTEMS_UNIX
#if !defined(RTEMS_UNIX) && !defined(__GO32__)
void _exit(int status)
{
rtems_shutdown_executive(status);