Skip to content

Commit 9b998ca

Browse files
committed
Bug 1920949: Fix patch for signal handling for WASI to fdlibm. r=jandem DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D223483 UltraBlame original commit: c878b8d8ce9a1e5fabb0c4d55bf55dc6b59362df
1 parent aa8793a commit 9b998ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/fdlibm/patches/24_wasi_signal_handling_fix_.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ int
7878
elif
7979
defined
8080
(
81-
__wasi__
81+
__wasm__
8282
)
8383
+
8484
#

0 commit comments

Comments
 (0)