-
Notifications
You must be signed in to change notification settings - Fork 673
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
Add wrappers for some time-related syscalls #1299
Comments
Check again. #1281 just added some of those. |
Darn. I must have searched issues and not pull requests. Regardless, some are still not implemented (the original issue has been edited). |
Why would you ever use |
My use case is rather niche - I'm instrumenting syscalls, which is quite possibly the only reason to use the first two functions in new code. Do you think it would be worthwhile to at least implement |
Yep. |
gettimeofday
,,clock_gettime
,clock_settime
,clock_getres
nanosleep
andclock_nanosleep
seem to be supported by various *nixes (at least Linux and FreeBSD), but bindings are not included in this crate.I'd be happy to open a PR adding these bindings.
The text was updated successfully, but these errors were encountered: