mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
Fixing typo (want set-file-descriptor-status!, not -flags! to set non-blocking).
This commit is contained in:
parent
a2600da6b9
commit
cf1864d8d0
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
(lp (address-info-next addr)))
|
(lp (address-info-next addr)))
|
||||||
(else
|
(else
|
||||||
(cond-expand
|
(cond-expand
|
||||||
(threads (set-file-descriptor-flags! sock open/non-block))
|
(threads (set-file-descriptor-status! sock open/non-block))
|
||||||
(else #f))
|
(else #f))
|
||||||
(list sock
|
(list sock
|
||||||
(open-input-file-descriptor sock #t)
|
(open-input-file-descriptor sock #t)
|
||||||
|
|
Loading…
Add table
Reference in a new issue