usings
parent
4ff38b2148
commit
d5c33a865f
|
@ -2,7 +2,8 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien.c-types io.encodings.utf8 io.encodings.string
|
USING: alien.c-types io.encodings.utf8 io.encodings.string
|
||||||
kernel sequences unix.stat accessors unix combinators math
|
kernel sequences unix.stat accessors unix combinators math
|
||||||
grouping system unix.statfs io.files io.backend alien.strings ;
|
grouping system unix.statfs io.files io.backend alien.strings
|
||||||
|
math.bitwise alien.syntax ;
|
||||||
IN: unix.statfs.macosx
|
IN: unix.statfs.macosx
|
||||||
|
|
||||||
: MNT_RDONLY HEX: 00000001 ; inline
|
: MNT_RDONLY HEX: 00000001 ; inline
|
||||||
|
|
Loading…
Reference in New Issue