|
[Sbcl-commits] CVS: sbcl/src/runtime thread.c,1.26,1.27
From: Christophe Rhodes <crhodes@us...> - 2004-04-19 13:46
|
Update of /cvsroot/sbcl/sbcl/src/runtime
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13754/src/runtime
Modified Files:
thread.c
Log Message:
0.8.9.52:
Fixes fixes fixes
... restore build on linux/unithread;
... workaround apparent OpenMCL bug in the reader (#1#-related)
... fix for (funcall #'cddr ...)
Index: thread.c
===================================================================
RCS file: /cvsroot/sbcl/sbcl/src/runtime/thread.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- thread.c 19 Apr 2004 03:41:40 -0000 1.26
+++ thread.c 19 Apr 2004 13:46:27 -0000 1.27
@@ -215,7 +215,7 @@
} else lose("can't create initial thread");
}
-#ifdef LISP_FEATURE_LINUX
+#ifdef LISP_FEATURE_SB_THREAD
pid_t create_thread(lispobj initial_function) {
struct thread *th=create_thread_struct(initial_function);
pid_t kid_pid=clone(new_thread_trampoline,
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl/src/runtime thread.c,1.26,1.27 | Christophe Rhodes <crhodes@us...> |