-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add clock_gettime related functions to macOS #777
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
Conversation
@bors: r+ |
📌 Commit ffba97f has been approved by |
Add clock_gettime related functions to macOS Fixes #776. The constants were retrieved on macOS 10.12.6. Tried adding `clock_nanosleep` too, but it doesn't seem like macOS' libc includes that yet.
💔 Test failed - status-travis |
@bors: r+ |
📌 Commit 1600470 has been approved by |
Add clock_gettime related functions to macOS Fixes #776. The constants were retrieved on macOS 10.12.6. Tried adding `clock_nanosleep` too, but it doesn't seem like macOS' libc includes that yet.
1600470
to
ffba97f
Compare
Hm, (EDIT: Sorry, amended away the commit that added the |
Doesn't work on iOS.
@bors: r+ Ah ok looks like travis is green so let's try again... |
📌 Commit 585e752 has been approved by |
Add clock_gettime related functions to macOS Fixes #776. The constants were retrieved on macOS 10.12.6. Tried adding `clock_nanosleep` too, but it doesn't seem like macOS' libc includes that yet.
☀️ Test successful - status-appveyor, status-travis |
Fixes #776. The constants were retrieved on macOS 10.12.6. Tried adding
clock_nanosleep
too, but it doesn't seem like macOS' libc includes that yet.