| Index: fusl/arch/x32/bits/statfs.h
|
| diff --git a/fusl/arch/x32/bits/statfs.h b/fusl/arch/x32/bits/statfs.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..79aec35d6118bf2c64f6966d3f2448f71b79863b
|
| --- /dev/null
|
| +++ b/fusl/arch/x32/bits/statfs.h
|
| @@ -0,0 +1,9 @@
|
| +struct statfs {
|
| + unsigned long f_type, __pad0, f_bsize, __pad1;
|
| + fsblkcnt_t f_blocks, f_bfree, f_bavail;
|
| + fsfilcnt_t f_files, f_ffree;
|
| + fsid_t f_fsid;
|
| + unsigned long f_namelen, __pad2, f_frsize, __pad3;
|
| + unsigned long f_flags, __pad4;
|
| + unsigned long long f_spare[4];
|
| +};
|
|
|