Skip to content

epoll: Change type of EPOLL flags to uint32_t #535

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

Closed

Conversation

kamalmarhubi
Copy link
Contributor

These flags are used the events field of struct epoll_event, which
has that type.

pub struct epoll_event {
    pub events: ::uint32_t,
    pub u64: ::uint64_t,
}

These flags are used the `events` field of `struct epoll_event`, which
has that type.

    pub struct epoll_event {
        pub events: ::uint32_t,
        pub u64: ::uint64_t,
    }
@rust-highfive
Copy link

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

Thanks for the PR! This is a breaking change for now so we can't land it just yet, but I've tagged it as such.

@kamalmarhubi
Copy link
Contributor Author

@alexcrichton as a "maybe" for managing 1.0-breakage stuff: close the PRs but leave the label in place? I think it's nicer for contributors and the project not to have open PRs that we don't expect to land in any reasonable time frame.

danielverkamp pushed a commit to danielverkamp/libc that referenced this pull request Apr 28, 2020
* ARM DSP: Add signed halving parallel sub.

Add:

- `shsub8`: Signed halving parallel byte-wise subtraction.
- `shsub16`: Signed halving parallel halfword-wise subtraction.

* ARM DSP: Signed halving parallel additions.

- `shadd8`: Signed halving parallel byte-wise add.
- `shadd16`: Signed halving parallel halfword-wise add.

* ARM DSP: Signed Dual Multiply Add and Signed Dual Multiply Sub.

- `SMUAD`: Signed Dual Multiply Add.
- `SMUADX`: Signed Dual Multiply Add Reversed.
- `SMUSD`: Signed Dual Multiply Subtract.
- `SMUSDX`: Signed Dual Multiply Subtract Reversed.

* ARM DSP: Restrict to Cortex-A and Cortex-R

Restrict everything to Cortex-A/R till We found a better way manage
thumb* targets.

Add 'dox' to generate docs.

* ARM DSP: fix Markdown documentation

Quote '[' and ']' where are not part of the Markdown syntax.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants