fix using
parent
114e81590c
commit
1f1a62fcdd
|
@ -2,7 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien.c-types kernel io.ports io.unix.backend
|
USING: alien.c-types kernel io.ports io.unix.backend
|
||||||
bit-arrays sequences assocs unix math namespaces structs
|
bit-arrays sequences assocs unix math namespaces structs
|
||||||
accessors math.order locals ;
|
accessors math.order locals unix.time ;
|
||||||
IN: io.unix.select
|
IN: io.unix.select
|
||||||
|
|
||||||
TUPLE: select-mx < mx read-fdset write-fdset ;
|
TUPLE: select-mx < mx read-fdset write-fdset ;
|
||||||
|
|
Loading…
Reference in New Issue