We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c448c15 commit 78cee12Copy full SHA for 78cee12
libc-test/build.rs
@@ -2693,7 +2693,7 @@ fn test_emscripten(target: &str) {
2693
2694
// FIXME: The size has been changed due to time64
2695
"utimbuf" | "timeval" | "timespec" | "rusage" | "itimerval" | "sched_param"
2696
- | "stat" | "shmid_ds" | "msqid_ds" => true,
+ | "stat" | "stat64" | "shmid_ds" | "msqid_ds" => true,
2697
2698
// LFS64 types have been removed in Emscripten 3.1.44+
2699
// https://github.com/emscripten-core/emscripten/pull/19812
0 commit comments