conclusion
This commit is contained in:
parent
0f97a589b8
commit
9bc8a11afe
1069 changed files with 48694 additions and 11 deletions
15
05/musl-0.6.0/arch/x86_64/bits/statfs.h
Normal file
15
05/musl-0.6.0/arch/x86_64/bits/statfs.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
struct statvfs {
|
||||
unsigned long f_type;
|
||||
unsigned long f_bsize;
|
||||
fsblkcnt_t f_blocks;
|
||||
fsblkcnt_t f_bfree;
|
||||
fsblkcnt_t f_bavail;
|
||||
fsfilcnt_t f_files;
|
||||
fsfilcnt_t f_ffree;
|
||||
unsigned long f_fsid;
|
||||
unsigned long f_namemax;
|
||||
unsigned long f_frsize;
|
||||
fsfilcnt_t f_favail;
|
||||
unsigned long f_flag;
|
||||
unsigned long __reserved[2];
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue