Remove unneeded patch.
This commit is contained in:
parent
66b5e8b07b
commit
a10a6ac568
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176915
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
--- swank-sbcl.lisp.orig Wed Apr 27 21:16:21 2005
|
||||
+++ swank-sbcl.lisp Tue May 24 17:33:21 2005
|
||||
@@ -43,6 +43,7 @@
|
||||
|
||||
(defimplementation preferred-communication-style ()
|
||||
(if (and (member :sb-thread *features*)
|
||||
+ #+linux
|
||||
(not (sb-alien:extern-alien "linux_no_threads_p" sb-alien:boolean)))
|
||||
:spawn
|
||||
:fd-handler))
|
Loading…
Reference in a new issue