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

Move Linux's POLLRDHUP into linux_like and fix its type. #2390

Merged
merged 1 commit into from Sep 12, 2021

Commits on Sep 12, 2021

  1. Deprecate Linux's POLLRDHUP.

    `POLLRDHUP` erroneously has type `c_int`. To prepare for changing it to
    `c_short` (and also moving it to `src/unix/linux_like` so that it's
    available on Android as well), mark it as deprecated.
    sunfishcode committed Sep 12, 2021
    Copy the full SHA
    5fb0c2e View commit details
    Browse the repository at this point in the history