factor/basis/unix/stat/linux/linux.factor

14 lines
248 B
Factor
Raw Normal View History

2008-10-19 20:43:46 -04:00
USING: alien.syntax layouts combinators vocabs.loader ;
2008-02-27 02:55:49 -05:00
IN: unix.stat
2008-10-19 20:43:46 -04:00
C-STRUCT: fsid
{ { "int" 2 } "__val" } ;
TYPEDEF: fsid __fsid_t
2008-02-27 02:55:49 -05:00
cell-bits
2008-10-19 15:21:12 -04:00
{
2008-02-27 02:55:49 -05:00
{ 32 [ "unix.stat.linux.32" require ] }
{ 64 [ "unix.stat.linux.64" require ] }
2008-10-19 15:21:12 -04:00
} case