Skip to content

Commit fe2a0f0

Browse files
authored
Emscripten has a 64-bit time_t now. (#1295)
Emscripten has changed to have a 64-bit `time_t`, and the libc bindings have now updated, so update rustix to omit the y2038 fix.
1 parent fc2a014 commit fe2a0f0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,9 @@ fn main() {
151151
|| arch == "mips"
152152
|| arch == "sparc"
153153
|| arch == "x86"
154-
|| (arch == "wasm32" && os == "emscripten")
155154
|| (arch == "aarch64" && os == "linux" && abi == Ok("ilp32".to_string())))
156155
&& (apple
157156
|| os == "android"
158-
|| os == "emscripten"
159157
|| os == "haiku"
160158
|| env == "gnu"
161159
|| (env == "musl" && arch == "x86")

0 commit comments

Comments
 (0)