freebsd-ports/lang/sbcl/files/patch-src_runtime_x86-64-bsd-os.c
Larry Rosenman e02213a4e8 Update lang/sbcl to 1.3.13
Give MAINTAINERship to submitter, modernize port.

PR:	215866
Submitted 	by:Pavel Volkov (pavelivolkov gmail com)
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D9186
2017-01-15 01:34:45 +00:00

16 lines
361 B
C

--- src/runtime/x86-64-bsd-os.c.orig 2016-12-31 08:38:30 UTC
+++ src/runtime/x86-64-bsd-os.c
@@ -142,6 +142,13 @@ os_flush_icache(os_vm_address_t address,
{
}
+#ifdef LISP_FEATURE_SB_THREAD
+void
+arch_os_load_ldt(struct thread *thread)
+{
+}
+#endif
+
int arch_os_thread_init(struct thread *thread) {
stack_t sigstack;
#ifdef LISP_FEATURE_SB_THREAD