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

Change KEvent to treat udata as an intptr_t instead of a uintptr_t. #463

Merged
merged 2 commits into from
Nov 15, 2016

Commits on Nov 11, 2016

  1. Change KEvent to treat udata as an intptr_t instead of a uintptr_t.

    This matches NetBSD's C definitions.  Other operating systems define
    it as void*, despite not really being a pointer, but none actually
    define it as uintptr_t.  Better to be right on NetBSD and wrong
    everywhere else than wrong everywhere.  Plus, it's what mio expects.
    asomers committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    0ac31d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Configuration menu
    Copy the full SHA
    7e96529 View commit details
    Browse the repository at this point in the history