Repair botch in application of patch.

From-SVN: r8956
This commit is contained in:
Richard Kenner 1995-02-15 13:03:30 -05:00
parent 474bda6c46
commit 3a5ece659c
1 changed files with 1 additions and 1 deletions

View File

@ -2087,7 +2087,7 @@ void
exit (status)
int status;
{
+ #if !defined (INIT_SECTION_ASM_OP) || !defined (OBJECT_FORMAT_ELF)
#if !defined (INIT_SECTION_ASM_OP) || !defined (OBJECT_FORMAT_ELF)
__do_global_dtors ();
#endif
#ifdef EXIT_BODY