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

native: Remove timerfd implementation on linux #13455

Merged
merged 1 commit into from Apr 13, 2014

Commits on Apr 12, 2014

  1. native: Remove timerfd implementation on linux

    Rust advertises itself as being compatible with linux 2.6.18, but the timerfd
    set of syscalls weren't added until linux 2.6.25. There is no real need for a
    specialized timer implementation beyond being a "little more accurate", but the
    select() implementation will suffice for now.
    
    If it is later deemed that an accurate timerfd implementation is needed, it can
    be added then through some method which will allow the standard distribution to
    continue to be compatible with 2.6.18
    
    Closes rust-lang#13447
    alexcrichton committed Apr 12, 2014
    13 Configuration menu
    Copy the full SHA
    28ba3a7 View commit details
    Browse the repository at this point in the history