Skip to content

feat: add riscv64 epoll support#424

Merged
junliurs merged 1 commit into
cloudwego:mainfrom
junliurs:feat/support-riscv64-epoll
Jun 29, 2026
Merged

feat: add riscv64 epoll support#424
junliurs merged 1 commit into
cloudwego:mainfrom
junliurs:feat/support-riscv64-epoll

Conversation

@junliurs

Copy link
Copy Markdown
Contributor

riscv64 only provides SYS_EPOLL_PWAIT (no SYS_EPOLL_WAIT), so add a dedicated sys_epoll_linux_riscv64.go implementing EpollWait via SYS_EPOLL_PWAIT, and exclude riscv64 from the generic build tag in sys_epoll_linux_other.go.

riscv64 only provides SYS_EPOLL_PWAIT (no SYS_EPOLL_WAIT), so add a
dedicated sys_epoll_linux_riscv64.go implementing EpollWait via
SYS_EPOLL_PWAIT, and exclude riscv64 from the generic build tag in
sys_epoll_linux_other.go.
@junliurs junliurs requested review from a team as code owners June 26, 2026 15:18
@junliurs junliurs merged commit 4b4d4ce into cloudwego:main Jun 29, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants