Bootstrap fixes
parent
be39d64ef8
commit
898770f774
|
@ -1,7 +1,8 @@
|
|||
! Copyright (C) 2005, 2008 Slava Pestov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: io.backend io.nonblocking io.unix.backend io.files io
|
||||
unix kernel math continuations math.bitfields ;
|
||||
unix kernel math continuations math.bitfields byte-arrays
|
||||
alien ;
|
||||
IN: io.unix.files
|
||||
|
||||
M: unix-io cwd
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
USING: kernel alien.c-types sequences math unix
|
||||
combinators.cleave vectors kernel namespaces continuations
|
||||
threads assocs vectors ;
|
||||
threads assocs vectors io.unix.backend ;
|
||||
|
||||
IN: unix.process
|
||||
|
||||
|
|
Loading…
Reference in New Issue