Ignore:
Timestamp:
02/15/99 18:56:08 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ee733965
Parents:
7cc7a74
Message:

Patch from Eric Valette <valette@…> to undo the patch
that added ifdef on the pc386.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/libcsupport/src/newlibc.c

    r7cc7a74 r7e2a525b  
    361361/* #if !defined(RTEMS_UNIX) && !defined(__GO32__) && !defined(_AM29K) */
    362362#if !defined(RTEMS_UNIX) && !defined(_AM29K)
    363 #if !defined(pc386)
    364363void _exit(int status)
    365364{
     
    367366    rtems_shutdown_executive(status);
    368367}
    369 #endif
    370368
    371369#else
Note: See TracChangeset for help on using the changeset viewer.