add some libc usings for macosx.
parent
3fa95d3370
commit
d3935d2ef3
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
USING: accessors alien.c-types alien.data alien.syntax arrays
|
||||
assocs byte-arrays classes.struct continuations fry grouping
|
||||
kernel literals math sequences splitting strings system
|
||||
kernel libc literals math sequences splitting strings system
|
||||
system-info.macosx tools.ps unix unix.time unix.types ;
|
||||
|
||||
QUALIFIED-WITH: alien.c-types c
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
! Copyright (C) 2010 Doug Coleman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.data calendar calendar.unix classes.struct
|
||||
io.files.info.unix.private kernel system time unix unix.time ;
|
||||
io.files.info.unix.private kernel libc system time unix
|
||||
unix.time ;
|
||||
IN: time.macosx
|
||||
|
||||
M: macosx adjust-time-monotonic
|
||||
|
|
|
|||
Loading…
Reference in New Issue