Changeset 5542


Ignore:
Timestamp:
Nov 9, 2006, 2:45:44 PM (18 years ago)
Author:
Gary Byers
Message:

Use _exit afer save-application.

File:
1 edited

Legend:

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

    r5437 r5542  
    442442        err = save_application(arg);
    443443        if (err == noErr) {
    444           exit(0);
     444          _exit(0);
    445445        }
    446446        fatal_oserr(": save_application", err);
Note: See TracChangeset for help on using the changeset viewer.