-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Declare clock_settime for macOS. #2496
Conversation
r? @Amanieu (rust-highfive has picked a reviewer for you, use r? to override) |
r? @JohnTitor Since you added the previous PR |
Thanks! @bors r+ |
📌 Commit 7a27082 has been approved by |
Declare clock_settime for macOS. Looking at [time.h for macOS 11.5](https://opensource.apple.com/source/Libc/Libc-1439.141.1/include/time.h.auto.html) `clock_settime` still doesn't seem to be exported for iOS. Declaring it only for macOS (using #2208 as an example of how).
💔 Test failed - checks-actions |
TImeout, @bors retry |
Declare clock_settime for macOS. Looking at [time.h for macOS 11.5](https://opensource.apple.com/source/Libc/Libc-1439.141.1/include/time.h.auto.html) `clock_settime` still doesn't seem to be exported for iOS. Declaring it only for macOS (using #2208 as an example of how).
💔 Test failed - checks-actions |
@bors retry |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13 |
Looking at time.h for macOS 11.5
clock_settime
still doesn't seem to be exported for iOS. Declaring it only for macOS (using #2208 as an example of how).