projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a682600
)
SPINLOCK-NAME not deprecated since 1.0.5.x, but 1.0.53.11...
author
Nikodemus Siivola
<nikodemus@random-state.net>
Thu, 10 Nov 2011 15:18:22 +0000
(17:18 +0200)
committer
Nikodemus Siivola
<nikodemus@random-state.net>
Thu, 10 Nov 2011 15:18:22 +0000
(17:18 +0200)
src/code/thread.lisp
patch
|
blob
|
history
diff --git
a/src/code/thread.lisp
b/src/code/thread.lisp
index
71dc92b
..
c471fc9
100644
(file)
--- a/
src/code/thread.lisp
+++ b/
src/code/thread.lisp
@@
-73,7
+73,7
@@
stale value, use MUTEX-OWNER instead."
(define-deprecated-function :early "1.0.53.11" make-spinlock make-mutex (&key name)
(make-mutex :name name))
-(define-deprecated-function :early "1.0.5.x" spinlock-name mutex-name (lock)
+(define-deprecated-function :early "1.0.53.11" spinlock-name mutex-name (lock)
(mutex-name lock))
(define-deprecated-function :early "1.0.53.11" (setf spinlock-name) (setf mutex-name) (name lock)