Skip to content

Commit d7c7aed

Browse files
authored
Use individual socket syscalls. (#13272)
Remove the SYSCALL_USE_SOCKETCALL definition which was causing musl to use a single syscall for all socket calls (a mostly legacy linux convention apparently). This is much better for emscripten because it allows DCE and more precise dependencies.
1 parent 39c848c commit d7c7aed

File tree

5 files changed

+266
-221
lines changed

5 files changed

+266
-221
lines changed

0 commit comments

Comments
 (0)