Skip to content

Commit

Permalink
Use individual socket syscalls. (#13272)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sbc100 authored Jan 19, 2021
1 parent 39c848c commit d7c7aed
Show file tree
Hide file tree
Showing 5 changed files with 266 additions and 221 deletions.
Loading

0 comments on commit d7c7aed

Please sign in to comment.