Fix semaphores on Solaris/Illumos#312
Merged
bors merged 1 commit intorust-lang:masterfrom Jun 10, 2016
Merged
Conversation
|
(rust_highfive has picked a reviewer for you, use r? to override) |
Member
bors
added a commit
that referenced
this pull request
Jun 10, 2016
Fix semaphores on Solaris/Illumos This adds `sem_t` structure introduced in #309 and fixes compilation on Solaris.
Contributor
Contributor
|
☀️ Test successful - status-appveyor, travis |
Susurrus
pushed a commit
to Susurrus/libc
that referenced
this pull request
Mar 26, 2017
…borne android: Fix reference to libc::ioctl This fixes an import that was missed in the upgrade from libc 0.1 series to 0.2 series. Refs nix-rust/nix#298
danielverkamp
pushed a commit
to danielverkamp/libc
that referenced
this pull request
Apr 28, 2020
* add runtime detection for aes-ni * fmtting and fixing some clippy issues * add runtime-feature detection for tsc * fix remaining clippy issues * manually fix some formatting issues * increase feature cache size * use 2x AtomicU32 on 32-bit targets as the feature cache * use the new cache in stdsimd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds
sem_tstructure introduced in #309 and fixes compilation on Solaris.