mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-17 06:42:18 -08:00
src/clx/dependent.lisp: fixed typo in the definition for make-process-lock.
This commit is contained in:
parent
2f254ceb59
commit
5fe3f34c55
1 changed files with 1 additions and 1 deletions
|
|
@ -893,7 +893,7 @@
|
|||
(sb-thread:make-mutex :name name))
|
||||
|
||||
#+(and ecl threads)
|
||||
(defun make-lock (name)
|
||||
(defun make-process-lock (name)
|
||||
(mp:make-lock :name name))
|
||||
|
||||
;;; HOLDING-LOCK: Execute a body of code with a lock held.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue