Skip to content

syscall: add missing epoll API#15672

Merged
xiaoxiang781216 merged 1 commit into
apache:masterfrom
jasonbu:syscall_epoll
Jan 23, 2025
Merged

syscall: add missing epoll API#15672
xiaoxiang781216 merged 1 commit into
apache:masterfrom
jasonbu:syscall_epoll

Conversation

@jasonbu

@jasonbu jasonbu commented Jan 23, 2025

Copy link
Copy Markdown
Contributor

Summary

Add missing epoll syscall API for kernelbuild
epoll_create, epoll_pwait, epoll_close

Impact

For the Kernel build application who need those API will not compatible with Flat build.

Testing

CI test, local qemu-armv7a environment

@github-actions github-actions Bot added Area: OS Components OS Components issues Size: XS The size of the change in this PR is very small labels Jan 23, 2025
@xiaoxiang781216

Copy link
Copy Markdown
Contributor

ci break is fixed by #15674, let's merge this simple patch directly to avoid wasting the ci resource.

Comment thread syscall/syscall.csv
Add missing epoll syscall API for kernelbuild
epoll_create, epoll_pwait, epoll_close

Signed-off-by: buxiasen <buxiasen@xiaomi.com>
@xiaoxiang781216 xiaoxiang781216 merged commit 7a94a45 into apache:master Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: OS Components OS Components issues Size: XS The size of the change in this PR is very small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants