File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/unix/linux_like/emscripten Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ pub type dev_t = u32;
5
5
pub type socklen_t = u32 ;
6
6
pub type pthread_t = c_ulong ;
7
7
pub type mode_t = u32 ;
8
- pub type ino64_t = u32 ;
9
- pub type off64_t = i32 ;
8
+ pub type ino64_t = u64 ;
9
+ pub type off64_t = i64 ;
10
10
pub type blkcnt64_t = i32 ;
11
11
pub type rlim64_t = u64 ;
12
12
pub type shmatt_t = :: c_ulong ;
@@ -16,14 +16,14 @@ pub type msglen_t = ::c_ulong;
16
16
pub type nfds_t = :: c_ulong ;
17
17
pub type nl_item = :: c_int ;
18
18
pub type idtype_t = :: c_uint ;
19
- pub type loff_t = i32 ;
19
+ pub type loff_t = i64 ;
20
20
pub type pthread_key_t = :: c_uint ;
21
21
22
22
pub type clock_t = c_long ;
23
23
pub type time_t = c_long ;
24
24
pub type suseconds_t = c_long ;
25
25
pub type ino_t = u32 ;
26
- pub type off_t = i32 ;
26
+ pub type off_t = i64 ;
27
27
pub type blkcnt_t = i32 ;
28
28
29
29
pub type blksize_t = c_long ;
You can’t perform that action at this time.
0 commit comments