Skip to content

Commit 6d9f014

Browse files
krutonAndroid Git Automerger
authored andcommitted
am 6182008: am 88a42f9: Merge "Fix MIPS build"
* commit '6182008e731728fd413da7b12ba3daea0ca81c96': Fix MIPS build
2 parents f2a2c42 + 6182008 commit 6d9f014

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

ndk/sources/android/libportable/common/include/statfs_portable.h

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,9 @@ struct statfs_portable {
2828
uint64_t f_bavail;
2929
uint64_t f_files;
3030
uint64_t f_ffree;
31-
__kernel_fsid_t f_fsid;
31+
__fsid_t f_fsid;
3232
uint32_t f_namelen;
3333
uint32_t f_frsize;
3434
uint32_t f_spare[5];
3535
};
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-
__kernel_fsid_t f_fsid;
50-
uint32_t f_namelen;
51-
uint32_t f_spare[6];
52-
};
53-
*/
5436
#endif /* _STATFS_PORTABLE_H_ */

0 commit comments

Comments
 (0)