Fix load issue on Unix

db4
sheeple 2008-02-09 17:18:57 -06:00
parent 1347156bd6
commit b02f42e0d3
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
USING: alien generic assocs kernel kernel.private math USING: alien generic assocs kernel kernel.private math
io.nonblocking sequences strings structs sbufs threads unix io.nonblocking sequences strings structs sbufs threads unix
vectors io.buffers io.backend io.streams.duplex math.parser vectors io.buffers io.backend io.streams.duplex math.parser
continuations system libc qualified namespaces ; continuations system libc qualified namespaces io.timeouts ;
QUALIFIED: io QUALIFIED: io
IN: io.unix.backend IN: io.unix.backend

View File

@ -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 io.unix.launcher io.unix.mmap io.backend combinators namespaces
system vocabs.loader ; system vocabs.loader ;