Skip to content

Commit d258eaa

Browse files

File tree

1 file changed

+1
-1
lines changed
  • src/unix/linux_like/emscripten

1 file changed

+1
-1
lines changed

src/unix/linux_like/emscripten/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub type loff_t = i64;
1616
pub type pthread_key_t = ::c_uint;
1717

1818
pub type clock_t = c_long;
19-
pub type time_t = c_long;
19+
pub type time_t = i64;
2020
pub type suseconds_t = c_long;
2121
pub type ino_t = u64;
2222
pub type off_t = i64;

0 commit comments

Comments
 (0)