Add missing definitions on NetBSD#3927
Conversation
|
r? @JohnTitor rustbot has assigned @JohnTitor. Use |
|
@rustbot label stable-nominated |
|
r? @tgross35 It looks like @JohnTitor is busy would you mind reviewing? |
|
I keep an eye on all the PRs even if they aren't assigned to me, just a bit of a slow turn time on this repo. It looks like other BSDs (Apple and NetBSD) have these already, could it instead just be moved to Also, got a link to the relevant headers and/or docs? @rustbot author (just comment |
Thanks for reviewing the PR.
Yeah, sorry I didn't meen to be pushy.
Hmm ... I think you are mixing these a bit.
Sure, |
|
@rustbot ready |
|
Thanks for confirming everything, and for the links to check against. Maybe Either way lgtm. |
Duh ... you're probably right. Let me check this tonight. If I push a change, you want the commits squashed, right? |
Yes please, GH's squash+merge doesn't work great with the merge queue. @rustbot author |
|
@tgross35 Sorry, it seems like my git skills aren't that great 😞 Anything against if, I close the PR, redo it all and re-submit? |
|
Lol, git can be unfriendly :) usually you just do (of course a new PR is fine worst case, but squashing is usually easier if you can get it working) |
|
Not far from it :) |
|
Thank you! |
This PR adds support for: CLOCK_PROCESS_CPUTIME_ID CLOCK_THREAD_CPUTIME_ID sysctlnametomib It replaces the following closed PRs: rust-lang#3926 rust-lang#3923 Sorry for the back and forward actions. (backport <rust-lang#3927>) (cherry picked from commit 8ff67c1)
This PR adds support for:
CLOCK_PROCESS_CPUTIME_ID
CLOCK_THREAD_CPUTIME_ID
sysctlnametomib
It replaces the following closed PRs:
#3926
#3923
Sorry for the back and forward actions.