File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/unix/linux_like/android Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
__pad0: [ :: c_uchar; 4 ] ,
28
28
__st_ino: :: ino_t,
29
29
pub st_mode: :: c_uint,
30
- pub st_nlink: :: c_uint ,
30
+ pub st_nlink: :: nlink_t ,
31
31
pub st_uid: :: uid_t,
32
32
pub st_gid: :: gid_t,
33
33
pub st_rdev: :: c_ulonglong,
49
49
__pad0: [ :: c_uchar; 4 ] ,
50
50
__st_ino: :: ino_t,
51
51
pub st_mode: :: c_uint,
52
- pub st_nlink: :: c_uint ,
52
+ pub st_nlink: :: nlink_t ,
53
53
pub st_uid: :: uid_t,
54
54
pub st_gid: :: gid_t,
55
55
pub st_rdev: :: c_ulonglong,
Original file line number Diff line number Diff line change 6
6
pub st_dev: :: dev_t,
7
7
pub st_ino: :: ino_t,
8
8
pub st_mode: :: c_uint,
9
- pub st_nlink: :: c_uint ,
9
+ pub st_nlink: :: nlink_t ,
10
10
pub st_uid: :: uid_t,
11
11
pub st_gid: :: gid_t,
12
12
pub st_rdev: :: dev_t,
29
29
pub st_dev: :: dev_t,
30
30
pub st_ino: :: ino_t,
31
31
pub st_mode: :: c_uint,
32
- pub st_nlink: :: c_uint ,
32
+ pub st_nlink: :: nlink_t ,
33
33
pub st_uid: :: uid_t,
34
34
pub st_gid: :: gid_t,
35
35
pub st_rdev: :: dev_t,
You can’t perform that action at this time.
0 commit comments