X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Finterrupt.h;h=a373662ca210825cda8f2f9a71a10c4961c3792a;hb=4f86979ad00797600929481bc01c08e00de266a1;hp=e8a23b634fef5a9d906e3185d65fae8979612851;hpb=e60863045b4bc5b7c09d54f745d5d7ecc215f477;p=sbcl.git diff --git a/src/runtime/interrupt.h b/src/runtime/interrupt.h index e8a23b6..a373662 100644 --- a/src/runtime/interrupt.h +++ b/src/runtime/interrupt.h @@ -104,7 +104,7 @@ extern void block_blockable_signals(); * "cleanly" with union types is in fact a mess. */ #define ARE_SAME_HANDLER(x, y) ((void*)(x) == (void*)(y)) -extern boolean maybe_handle_trap(os_context_t *context, int trap); +extern void handle_trap(os_context_t *context, int trap); #ifndef LISP_FEATURE_WIN32 extern void lisp_memory_fault_error(os_context_t *context, os_vm_address_t addr);