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

OpenBSD kqueue EV_RECEIPT and EV_DISPATCH #613

Closed
wants to merge 1 commit into from
Closed

OpenBSD kqueue EV_RECEIPT and EV_DISPATCH #613

wants to merge 1 commit into from

Conversation

jan-schreib
Copy link
Contributor

OpenBSDs kqueue now has EV_RECEIPT and EV_DISPATCH.

I wrote a patch and the devs merged it into current:
https://marc.info/?l=openbsd-tech&m=149621427511219&w=2

This change extends the rust libc crate to provide the feature.

OpenBSDs kqueue now has EV_RECEIPT and EV_DISPATCH.

I wrote a patch and the devs merged it into current:
https://marc.info/?l=openbsd-tech&m=149621427511219&w=2

This change extends the rust libc crate to provide the feature.
@jan-schreib
Copy link
Contributor Author

Test fails because its using OpenBSD 6.0 which does not have the patch. OpenBSD-current has, though.

@alexcrichton
Copy link
Member

Thanks! If this is super-new, want to add an exception to the testing script with a comment as to why it's ignored?

@jan-schreib
Copy link
Contributor Author

Sorry for the late response. I don't see where to change that. Its in the buildprocess on travis...

@alexcrichton
Copy link
Member

Ah you can find some instructions in the README.

@semarie semarie mentioned this pull request Aug 13, 2017
bors added a commit that referenced this pull request Aug 13, 2017
Openbsd kqueue

The PR supersede #613 to add exception on the testsuite.
bors added a commit that referenced this pull request Aug 13, 2017
Openbsd kqueue

The PR supersede #613 to add exception on the testsuite.
bors added a commit that referenced this pull request Aug 13, 2017
Openbsd kqueue

The PR supersede #613 to add exception on the testsuite.
@semarie
Copy link
Contributor

semarie commented Aug 13, 2017

@jan-schreib I expected #728 to automatically mark this PR as merged. I should have miss something in my git command to import your patch in my PR with additionnal commit (to skip the added constants)

@alexcrichton
Copy link
Member

I'm going to close this due to inactivity, but feel free to reopen with tests fixed!

danielverkamp pushed a commit to danielverkamp/libc that referenced this pull request Apr 28, 2020
This commit stabilizes the wasm32 memory-related intrinsics, as
specified in rust-lang/rust#56292. The old intrinsics were removed and
the current intrinsics were updated in place, but it's the last breaking
change!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants