We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By definition of epoll_event,
epoll-shim/include/sys/epoll.h
Lines 46 to 52 in 605be8c
the following test might fail on non-x86_64 platforms:
epoll-shim/test/epoll-test.c
Lines 343 to 346 in 605be8c
For example, on Linux / macOS on M1 (aarch64), the size should be 16.
The text was updated successfully, but these errors were encountered:
Should be fixed by #34.
Sorry, something went wrong.
No branches or pull requests
By definition of epoll_event,
epoll-shim/include/sys/epoll.h
Lines 46 to 52 in 605be8c
the following test might fail on non-x86_64 platforms:
epoll-shim/test/epoll-test.c
Lines 343 to 346 in 605be8c
For example, on Linux / macOS on M1 (aarch64), the size should be 16.
The text was updated successfully, but these errors were encountered: