From 0d15f797258c879da5738b2ca6f0b39066a8cb10 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Thu, 13 Dec 2007 16:44:25 +0100 Subject: [PATCH] Export symbol TIMEOUT. --- src/bordeaux-threads.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bordeaux-threads.lisp b/src/bordeaux-threads.lisp index c162741..a9c687a 100644 --- a/src/bordeaux-threads.lisp +++ b/src/bordeaux-threads.lisp @@ -57,7 +57,7 @@ Distributed under the MIT license (see LICENSE file) #:make-condition-variable #:condition-wait #:condition-notify #:thread-yield - #:with-timeout + #:with-timeout #:timeout #:all-threads #:interrupt-thread #:destroy-thread #:thread-alive-p)) -- 2.11.4.GIT