From 78cee12b8f67ae36dcf401f6fd19b55d868f172d Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Sun, 20 Aug 2023 10:19:07 +0200 Subject: [PATCH] Avoid conflicts with #3307 This whole line is removed in that PR. --- libc-test/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc-test/build.rs b/libc-test/build.rs index c0a92e3efad75..49819aae3b5e7 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -2693,7 +2693,7 @@ fn test_emscripten(target: &str) { // FIXME: The size has been changed due to time64 "utimbuf" | "timeval" | "timespec" | "rusage" | "itimerval" | "sched_param" - | "stat" | "shmid_ds" | "msqid_ds" => true, + | "stat" | "stat64" | "shmid_ds" | "msqid_ds" => true, // LFS64 types have been removed in Emscripten 3.1.44+ // https://github.com/emscripten-core/emscripten/pull/19812