Skip to content

Skip C/Rust type checks for eventfd. #136

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

Merged
merged 1 commit into from
Jan 13, 2016

Conversation

jimblandy
Copy link
Contributor

This commit causes libc-test to not check the type of libc::eventfd against those from <sys/eventfd.h>, to avoid failing on GLIBC-based systems, as explained in the comments.

This commit does not change the type of libc::eventfd.

alexcrichton added a commit that referenced this pull request Jan 13, 2016
Skip C/Rust type checks for eventfd.
@alexcrichton alexcrichton merged commit 04d93c9 into rust-lang:master Jan 13, 2016
@jimblandy
Copy link
Contributor Author

So great to get clean test runs. Thanks very much!

danielverkamp pushed a commit to danielverkamp/libc that referenced this pull request Apr 28, 2020
* Add single output _mm_cvt[t]ss_* variants

The *_pi variants are currently blocked by
rust-lang/stdarch#74

* Add _mm_cvtsi*_ss

The _mm_cvtpi*_ps intrinsics are blocked by
rust-lang/stdarch#74

* Fix Linux builds

Also the si64 variants are only available on x86_64
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.

2 participants