io.backend.unix: fix handle-length on stdin.
parent
5c69396fb3
commit
b54da0f22b
|
@ -173,6 +173,8 @@ M: stdin refill
|
||||||
M: stdin cancel-operation
|
M: stdin cancel-operation
|
||||||
[ size>> ] [ control>> ] bi [ cancel-operation ] bi@ ;
|
[ size>> ] [ control>> ] bi [ cancel-operation ] bi@ ;
|
||||||
|
|
||||||
|
M: stdin fd>> data>> handle-fd ; ! for handle-length
|
||||||
|
|
||||||
: control-write-fd ( -- fd ) &: control_write uint deref ;
|
: control-write-fd ( -- fd ) &: control_write uint deref ;
|
||||||
|
|
||||||
: size-read-fd ( -- fd ) &: size_read uint deref ;
|
: size-read-fd ( -- fd ) &: size_read uint deref ;
|
||||||
|
|
Loading…
Reference in New Issue