Fix load issue on Unix
parent
1347156bd6
commit
b02f42e0d3
|
@ -3,7 +3,7 @@
|
|||
USING: alien generic assocs kernel kernel.private math
|
||||
io.nonblocking sequences strings structs sbufs threads unix
|
||||
vectors io.buffers io.backend io.streams.duplex math.parser
|
||||
continuations system libc qualified namespaces ;
|
||||
continuations system libc qualified namespaces io.timeouts ;
|
||||
QUALIFIED: io
|
||||
IN: io.unix.backend
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
USING: io.unix.backend io.unix.files io.unix.sockets
|
||||
USING: io.unix.backend io.unix.files io.unix.sockets io.timeouts
|
||||
io.unix.launcher io.unix.mmap io.backend combinators namespaces
|
||||
system vocabs.loader ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue