Skip to content

Commit

Permalink
0.9.11.41:
Browse files Browse the repository at this point in the history
        * Repair RUN-PROGRAM on Linux.
  • Loading branch information
Alexey Dejneka committed Apr 20, 2006
1 parent 6349f89 commit c5aeb88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/code/run-program.lisp
Expand Up @@ -157,6 +157,7 @@
`(without-interrupts
(sb-thread:with-mutex (*active-processes-lock*)
,@body))
#+win32
`(progn ,@body))

(defstruct (process (:copier nil))
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
"0.9.11.40"
"0.9.11.41"

0 comments on commit c5aeb88

Please sign in to comment.