Skip to content

Skip C/Rust type checks for eventfd. - #136

Merged
alexcrichton merged 1 commit into
rust-lang:masterfrom
jimblandy:eventfd-whitelist
Jan 13, 2016
Merged

Skip C/Rust type checks for eventfd.#136
alexcrichton merged 1 commit into
rust-lang:masterfrom
jimblandy:eventfd-whitelist

Conversation

@jimblandy

Copy link
Copy Markdown
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
@alexcrichton
alexcrichton merged commit 04d93c9 into rust-lang:masterJan 13, 2016
@jimblandy

Copy link
Copy Markdown
ContributorAuthor

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 freeto 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

@jimblandy@alexcrichton