1.0.2.20:
[sbcl.git] / src / runtime / x86-sunos-os.c
index 45d87f4..4e3f856 100644 (file)
@@ -27,7 +27,6 @@
 
 #ifdef LISP_FEATURE_SB_THREAD
 pthread_mutex_t modify_ldt_lock = PTHREAD_MUTEX_INITIALIZER;
-#endif
 
 static int
 ldt_index_selector (int index) {
@@ -90,6 +89,7 @@ install_segment (unsigned long start, unsigned long size) {
 
     return selector;
 }
+#endif
 
 int arch_os_thread_init(struct thread *thread) {
   stack_t sigstack;