Skip to content

Commit 78cee12

Browse files
committed
Avoid conflicts with rust-lang#3307
This whole line is removed in that PR.
1 parent c448c15 commit 78cee12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc-test/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2693,7 +2693,7 @@ fn test_emscripten(target: &str) {
26932693

26942694
// FIXME: The size has been changed due to time64
26952695
"utimbuf" | "timeval" | "timespec" | "rusage" | "itimerval" | "sched_param"
2696-
| "stat" | "shmid_ds" | "msqid_ds" => true,
2696+
| "stat" | "stat64" | "shmid_ds" | "msqid_ds" => true,
26972697

26982698
// LFS64 types have been removed in Emscripten 3.1.44+
26992699
// https://github.com/emscripten-core/emscripten/pull/19812

0 commit comments

Comments
 (0)