Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information