We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2a2c42 + 6182008 commit 6d9f014Copy full SHA for 6d9f014
ndk/sources/android/libportable/common/include/statfs_portable.h
@@ -28,27 +28,9 @@ struct statfs_portable {
28
uint64_t f_bavail;
29
uint64_t f_files;
30
uint64_t f_ffree;
31
- __kernel_fsid_t f_fsid;
+ __fsid_t f_fsid;
32
uint32_t f_namelen;
33
uint32_t f_frsize;
34
uint32_t f_spare[5];
35
};
36
-
37
-/*
38
-The MIPS Version is
39
-struct statfs {
40
- uint32_t f_type;
41
- uint32_t f_bsize;
42
- uint32_t f_frsize;
43
- uint32_t __pad;
44
- uint64_t f_blocks;
45
- uint64_t f_bfree;
46
- uint64_t f_files;
47
- uint64_t f_ffree;
48
- uint64_t f_bavail;
49
50
- uint32_t f_namelen;
51
- uint32_t f_spare[6];
52
-};
53
-*/
54
#endif /* _STATFS_PORTABLE_H_ */
0 commit comments