Skip to content

Commit 81bcaa2

Browse files
committed
Something to rerun tests (unrelated broken pipe)
1 parent 5752568 commit 81bcaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/lib/pthread/emscripten_thread_state.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ emscripten_is_main_browser_thread:
5454
end_function
5555

5656
# Semantically the same as testing "!ENVIRONMENT_IS_WEB" in JS (except for the
57-
# case of Audio Worklets, which aren't web but don't support atomic waits)
57+
# case of Audio Worklets, which aren't web but don't support atomic waits).
5858
.globl _emscripten_thread_supports_atomics_wait
5959
_emscripten_thread_supports_atomics_wait:
6060
.functype _emscripten_thread_supports_atomics_wait () -> (i32)

0 commit comments

Comments
 (0)