try to fix bootstrap

db4
Doug Coleman 2008-10-19 19:43:46 -05:00
parent 4f948ef5ce
commit 16f7c09b54
2 changed files with 6 additions and 6 deletions
basis/unix/stat/linux

View File

@ -59,11 +59,6 @@ TUPLE: fstab spec file vfstype mntops type freq passno ;
[ fstab-fs_passno >>passno ]
} cleave ;
C-STRUCT: fsid
{ { "int" 2 } "__val" } ;
TYPEDEF: fsid __fsid_t
TYPEDEF: ssize_t __SWORD_TYPE
TYPEDEF: ulonglong __fsblkcnt64_t
TYPEDEF: ulonglong __fsfilcnt64_t

View File

@ -1,6 +1,11 @@
USING: layouts combinators vocabs.loader ;
USING: alien.syntax layouts combinators vocabs.loader ;
IN: unix.stat
C-STRUCT: fsid
{ { "int" 2 } "__val" } ;
TYPEDEF: fsid __fsid_t
cell-bits
{
{ 32 [ "unix.stat.linux.32" require ] }