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

Clock: Add correct value of CLOCK_MONOTONIC for OpenBSD #6773

Merged
merged 1 commit into from
Mar 13, 2020

Conversation

ozapinq
Copy link
Contributor

@ozapinq ozapinq commented Mar 13, 2020

current version of kivy fails to start on OpenBSD -current due to invalid clock_id value passed to clock_gettime().

This small fix does the trick in the same way as for FreeBSD.

@welcome
Copy link

welcome bot commented Mar 13, 2020

Thanks for opening your first pull request here! 💖 Please check out our contributing guidelines.

Copy link
Member

@matham matham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@matham matham merged commit 6d9df6c into kivy:master Mar 13, 2020
@welcome
Copy link

welcome bot commented Mar 13, 2020

Congrats on merging your first pull request! 🎉🎉🎉

@matham matham added this to the 2.0.0 milestone Oct 28, 2020
@matham matham changed the title add correct value of CLOCK_MONOTONIC for OpenBSD Clock: Add correct value of CLOCK_MONOTONIC for OpenBSD Dec 9, 2020
@matham matham added the Component: core-app app, clock, config, inspector, logger, resources, modules, clock, base.py label Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: core-app app, clock, config, inspector, logger, resources, modules, clock, base.py
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants