Skip to content
New issue

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

Add Haiku support #1807

Merged
merged 1 commit into from
Jun 14, 2024
Merged

Add Haiku support #1807

merged 1 commit into from
Jun 14, 2024

Conversation

Thomasdezeeuw
Copy link
Collaborator

Uses the poll(2) implementation for Poll and the pipe(2) based implementation for Waker.

Perhaps we can do better, but I can't find any proper manuals for the OS outside of a reference to the Posix standard. Hence I only uses APIs available in said standard.

Closes #1472
Updates #1702

Uses the poll(2) implementation for Poll and the pipe(2) based
implementation for Waker.

Perhaps we can do better, but I can't find any proper manuals for the OS
outside of a reference to the Posix standard. Hence I only uses APIs
available in said standard.

Closes #1472
Updates #1702
@Thomasdezeeuw Thomasdezeeuw merged commit edc180a into master Jun 14, 2024
57 checks passed
@Thomasdezeeuw Thomasdezeeuw deleted the haiku branch June 14, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mio build broken on Haiku, no kpoll/kqueue
2 participants