factor/basis/unix/statfs/linux/linux.factor

11 lines
347 B
Factor
Raw Normal View History

2008-10-20 01:47:51 -04:00
! Copyright (C) 2008 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
2008-10-20 02:55:40 -04:00
USING: alien.c-types combinators kernel io.files unix.stat
math accessors system unix io.backend layouts vocabs.loader ;
2008-10-20 01:47:51 -04:00
IN: unix.statfs.linux
2008-10-21 04:11:26 -04:00
cell-bits {
2008-10-21 00:43:36 -04:00
{ 32 [ "unix.statfs.linux.32" require ] }
{ 64 [ "unix.statfs.linux.64" require ] }
2008-10-21 04:11:26 -04:00
} case