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

os.c: use NOTE_TRIGGER when available; add EV_TRIGGER as a fallback #272

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

barracuda156
Copy link

NOTE_TRIGGER is available only on 10.6+, and 10.5.x and early versions of 10.6 does not have it yet.
Use EV_TRIGGER when available, but no NOTE_TRIGGER.
Fix is borrowed from Apple libdispatch.

@barracuda156 barracuda156 changed the title os.c: use EV_TRIGGER when NOTE_TRIGGER unavailable on macOS os.c: use NOTE_TRIGGER when available; add EV_TRIGGER as a fallback Jan 20, 2024
@barracuda156
Copy link
Author

@andrewrk Could you please review this?

@barracuda156
Copy link
Author

@andrewrk Bump

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.

1 participant