X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Finterrupt.h;h=fb115e5a40161b9fc54f47a6561419ab56f26f9a;hb=f815f89eb5b1a7d5e6fefaf5b19321d8870931f9;hp=ff649ce11fa204093310393c52ad908bd90e95e6;hpb=15db958047c1f1190b57e34ef89e5d71da4dc1cc;p=sbcl.git diff --git a/src/runtime/interrupt.h b/src/runtime/interrupt.h index ff649ce..fb115e5 100644 --- a/src/runtime/interrupt.h +++ b/src/runtime/interrupt.h @@ -126,7 +126,8 @@ extern void block_blockable_signals(void); 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); +extern void lisp_memory_fault_error(os_context_t *context, + os_vm_address_t addr); #endif #endif