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

Make sys::time::{time_t, suseconds_t} public #968

Merged
merged 1 commit into from Nov 8, 2018

Commits on Nov 7, 2018

  1. Make sys::time::{time_t, suseconds_t} public

    This allows handling the return values of other public functions
    (such as TimeVal's tv_sec and tv_usec) without having to pull in
    these types from libc (which is ugly if a project is trying to
    use nix exclusively to avoid libc's unsafety).
    jmmv committed Nov 7, 2018
    Copy the full SHA
    6a0ff23 View commit details
    Browse the repository at this point in the history