FreeBSD Bugzilla – Attachment 242896 Details for
Bug 271711
lang/sbcl: fix build with clang 16
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch src/runtime/bsd-os.c, drop this file in lang/sbcl/files
patch-src_runtime_bsd-os.c (text/plain), 621 bytes, created by
Dimitry Andric
on 2023-06-20 19:39:35 UTC
(
hide
)
Description:
Patch src/runtime/bsd-os.c, drop this file in lang/sbcl/files
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2023-06-20 19:39:35 UTC
Size:
621 bytes
patch
obsolete
>--- src/runtime/bsd-os.c.orig 2023-05-28 10:34:18 UTC >+++ src/runtime/bsd-os.c >@@ -283,11 +283,7 @@ os_install_interrupt_handlers(void) > os_install_interrupt_handlers(void) > { > if (INSTALL_SIG_MEMORY_FAULT_HANDLER) { >- ll_install_handler(SIG_MEMORY_FAULT, >-#if defined(LISP_FEATURE_FREEBSD) && !defined(__GLIBC__) >- (__siginfohandler_t *) >-#endif >- memory_fault_handler); >+ ll_install_handler(SIG_MEMORY_FAULT, memory_fault_handler); > > #ifdef LISP_FEATURE_DARWIN > /* Unmapped pages get this and not SIGBUS. */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 271711
:
242482
| 242896