Fix BSD I/O
parent
507da24d39
commit
1d3205c69e
|
@ -1,3 +1,3 @@
|
||||||
USING: io.backend system ;
|
USING: io.unix.bsd io.backend system ;
|
||||||
|
|
||||||
freebsd set-io-backend
|
freebsd set-io-backend
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
USING: io.backend io.monitors io.monitors.private
|
USING: io.unix.bsd io.backend io.monitors io.monitors.private
|
||||||
continuations kernel core-foundation.fsevents sequences
|
continuations kernel core-foundation.fsevents sequences
|
||||||
namespaces arrays system ;
|
namespaces arrays system ;
|
||||||
IN: io.unix.macosx
|
IN: io.unix.macosx
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
USING: io.backend system ;
|
USING: io.unix.bsd io.backend system ;
|
||||||
|
|
||||||
netbsd set-io-backend
|
netbsd set-io-backend
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
USING: io.backend core-foundation.fsevents system ;
|
USING: io.unix.bsd io.backend system ;
|
||||||
|
|
||||||
openbsd set-io-backend
|
openbsd set-io-backend
|
||||||
|
|
Loading…
Reference in New Issue