aboutsummaryrefslogtreecommitdiffstats
path: root/lang/sbcl/files/patch-src_runtime_x86-64-bsd-os.c
blob: 8020b5e9b0ef53961e7010f0c8f0d9a30e9e4bc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- 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