sb-bsd-sockets: fix GET-HOST-BY-NAME and -ADDRESS on unthreaded builds
[sbcl.git] / contrib / sb-bsd-sockets / name-service.lisp
index 056bda3..0b731db 100644 (file)
@@ -61,7 +61,7 @@
 
 ;;; Resolving
 
-#+(and sb-thread (not sb-bsd-sockets-addrinfo))
+#-sb-bsd-sockets-addrinfo
 (sb-ext:defglobal **gethostby-lock** (sb-thread:make-mutex :name "gethostby lock"))
 
 (defun get-host-by-name (host-name)