Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux: disable io_uring on ppc64 and ppc64le (libuv#4285)
Since `io_uring` support was added, libuv's signal handler randomly segfaults on ppc64 when interrupting `epoll_pwait`. Disable it pending further investigation. Issue: libuv#4283
- Loading branch information