Changeset 5550


Ignore:
Timestamp:
Nov 10, 2006, 2:47:44 AM (18 years ago)
Author:
Gary Byers
Message:

save_application: use #exit, not #_exit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lisp-kernel/x86-exceptions.c

    r5401 r5550  
    207207      err = save_application(arg);
    208208      if (err == noErr) {
    209         exit(0);
     209        _exit(0);
    210210      }
    211211      fatal_oserr(": save_application", err);
Note: See TracChangeset for help on using the changeset viewer.