mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-15 15:21:03 -08:00
Same reverse fix as before.
This commit is contained in:
parent
7077608d93
commit
61b7c0ac31
1 changed files with 1 additions and 1 deletions
|
|
@ -1187,7 +1187,7 @@ also known as unix-domain sockets."))
|
|||
stream))
|
||||
|
||||
#+:wsock
|
||||
(defmethod socket-make-stream ((socket named-pipe-socket) &rest args &key (buffering :full))
|
||||
(defmethod socket-make-stream ((socket named-pipe-socket) &rest args &key (buffering nil))
|
||||
(declare (ignore args))
|
||||
(let ((stream (and (slot-boundp socket 'stream)
|
||||
(slot-value socket 'stream))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue