Bump to a rust commit that builds on BSD#5
Merged
alexcrichton merged 1 commit intorust-lang:masterfrom Apr 7, 2015
wg:master
Merged
Bump to a rust commit that builds on BSD#5alexcrichton merged 1 commit intorust-lang:masterfrom wg:master
alexcrichton merged 1 commit intorust-lang:masterfrom
wg:master
Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @huonw (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see CONTRIBUTING.md for more information. |
Member
|
Thanks! |
alexcrichton
added a commit
that referenced
this pull request
Apr 7, 2015
Bump to a rust commit that builds on BSD
jdm
pushed a commit
to jdm/libc
that referenced
this pull request
Jan 17, 2017
Use memrchr definition from libc
Susurrus
pushed a commit
to Susurrus/libc
that referenced
this pull request
Mar 26, 2017
Make macos/ios version of accept4 function public
dlrobertson
pushed a commit
to dlrobertson/libc
that referenced
this pull request
Oct 31, 2017
Get tcc to compile (still will not run)
gnzlbg
pushed a commit
to gnzlbg/libc
that referenced
this pull request
Feb 24, 2019
add MSP430 support
lvllvl
added a commit
to lvllvl/libc
that referenced
this pull request
Jan 7, 2025
# This is the 1st commit message: chore: add labels to FIXMEs # This is the commit message rust-lang#2: change label for .field FIXMEs # This is the commit message rust-lang#3: add fixme csv # This is the commit message rust-lang#4: Update fixmes.csv # This is the commit message rust-lang#5: Update fixmes.csv # This is the commit message rust-lang#6: Update fixmes.csv # This is the commit message rust-lang#7: Update fixmes.csv # This is the commit message rust-lang#8: Update fixmes.csv # This is the commit message rust-lang#9: Update fixmes.csv # This is the commit message rust-lang#10: Update fixmes.csv # This is the commit message rust-lang#11: Update fixmes.csv # This is the commit message rust-lang#12: Update fixmes.csv # This is the commit message rust-lang#13: Update fixmes.csv # This is the commit message rust-lang#14: Update fixmes.csv # This is the commit message rust-lang#15: Update fixmes.csv # This is the commit message rust-lang#16: Update fixmes.csv # This is the commit message rust-lang#17: Update fixmes.csv # This is the commit message rust-lang#18: updates to csv # This is the commit message rust-lang#19: Update fixmes.csv # This is the commit message rust-lang#20: Update fixmes.csv # This is the commit message rust-lang#21: Update fixmes.csv # This is the commit message rust-lang#22: Update fixmes.csv remove hurd" # This is the commit message rust-lang#23: Update fixmes.csv remove "'s
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Feb 22, 2025
Add `riscv64gc` arch support
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Apr 2, 2025
Add `riscv64gc` arch support
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.
Version 0.1.5 is missing a couple of fixes from @semarie for building on various BSD variants, which also prevents cargo from building. This PR updates the rust submodule to a version that includes the fixes.