X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Finterrupt.c;h=bae3923795aea8bf4a8abede77dfbb5b09fc92ac;hb=01044af1b8d69fc3899dc0417064c1512223223d;hp=7f26e76ce1e4dc4f28461301dbeed0b361b0c26e;hpb=074ba0606c687dbca4afc99e8e72e6f1a4486d24;p=sbcl.git diff --git a/src/runtime/interrupt.c b/src/runtime/interrupt.c index 7f26e76..bae3923 100644 --- a/src/runtime/interrupt.c +++ b/src/runtime/interrupt.c @@ -728,7 +728,7 @@ boolean handle_control_stack_guard_triggered(os_context_t *context,void *addr){ } #ifndef LISP_FEATURE_GENCGC -/* This function gets called from the SIGSEGV (for e.g. Linux or +/* This function gets called from the SIGSEGV (for e.g. Linux, NetBSD, & * OpenBSD) or SIGBUS (for e.g. FreeBSD) handler. Here we check * whether the signal was due to treading on the mprotect()ed zone - * and if so, arrange for a GC to happen. */