Skip to content

Commit b496ff9

Browse files
committed
Try to fix in build script
1 parent c082745 commit b496ff9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2991,6 +2991,9 @@ fn test_emscripten(target: &str) {
29912991
// https://github.com/emscripten-core/emscripten/pull/14883
29922992
"SIG_IGN" => true,
29932993

2994+
// Constants present in other linuxes but not emscripten
2995+
"SI_DETHREAD" | "TRAP_PERF" => true,
2996+
29942997
// LFS64 types have been removed in Emscripten 3.1.44
29952998
// https://github.com/emscripten-core/emscripten/pull/19812
29962999
n if n.starts_with("RLIM64") => true,

0 commit comments

Comments
 (0)