Merge branch 'master' of git://factorcode.org/git/factor
commit
022473234d
basis/unix/stat/linux
|
@ -1,6 +1,4 @@
|
|||
|
||||
USING: kernel alien.syntax math ;
|
||||
|
||||
IN: unix.stat
|
||||
|
||||
! Ubuntu 8.04 32-bit
|
||||
|
@ -42,4 +40,3 @@ C-STRUCT: statfs
|
|||
{ "long" "f_ffree" }
|
||||
{ "fsid_t" "f_fsid" }
|
||||
{ "long" "f_namelen" } ;
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ C-STRUCT: fsid
|
|||
{ { "int" 2 } "__val" } ;
|
||||
|
||||
TYPEDEF: fsid __fsid_t
|
||||
TYPEDEF: fsid fsid_t
|
||||
|
||||
cell-bits
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue