Skip to content

Commit

Permalink
Avoid conflicts with #3307
Browse files Browse the repository at this point in the history
This whole line is removed in that PR.
  • Loading branch information
kleisauke committed Aug 20, 2023
1 parent c448c15 commit 78cee12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc-test/build.rs
Expand Up @@ -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
Expand Down

0 comments on commit 78cee12

Please sign in to comment.