Changeset 5289
- Timestamp:
- Oct 2, 2006, 7:20:33 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/ChangeLog
r5286 r5289 1 2006-10-02 08:13 gb 2 3 * lisp-kernel/x86-exceptions.h: Darwin uses _sigtramp glue to call 4 handlers, so we need to make handlers do a sigreturn after 5 switching off the signal stack, etc. 6 7 2006-10-02 08:11 gb 8 9 * lisp-kernel/x86-exceptions.c: Don't use SIGRETURN to return from 10 signal_handler() on Darwin (since we depend on pseudo_sigreturn 11 handling for cleanup of tcr pending exception and since we can't 12 easily restore the signal mask.) 13 14 (Up until this point, SIGRETURN has been a nop on Darwin.) 15 1 16 2006-10-02 04:59 gb 2 17
Note:
See TracChangeset
for help on using the changeset viewer.
