David Gonzalez Martin 38011a233c Integrate libs
2024-03-02 12:58:12 -06:00

7 lines
184 B
C

struct statfs {
unsigned f_type, f_bsize;
fsblkcnt_t f_blocks, f_bfree, f_bavail;
fsfilcnt_t f_files, f_ffree;
fsid_t f_fsid;
unsigned f_namelen, f_frsize, f_flags, f_spare[4];
};