-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[0.2] Backports #4710
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
[0.2] Backports #4710
+128
−83
Conversation
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
(backport <rust-lang#4620>) (cherry picked from commit 8c2810a)
|
Some changes occurred in the Android module cc @maurer |
(backport <rust-lang#4682>) (cherry picked from commit 61b722e) [ resolution needed for primitives - Trevor ]
720cecf
to
c58282a
Compare
These constants were removed on `main` in ec605ff ("libc: fix ctest failure on freebsd15"). Mark them as deprecated with 0.2 rather than removing directly. Effectively a backport of rust-lang#4685.
These are bitmasks that are intended to be used within the kernel. New features may widen them, so their values aren't stable. They probably don't have any legitimate uses in userland. And their values have changed in FreeBSD 15, which is causing CI failures. freebsd/freebsd-src@eea3e4d freebsd/freebsd-src@851dc7f (backport <rust-lang#4691>) (cherry picked from commit fbfa292)
(backport <rust-lang#4690>) (cherry picked from commit d52be20)
This function will probably be removed in FreeBSD 16. But the old symbol will remain, for backwards-compatibility. Set the symbol version now, so that the current version of libc will still be able to compile on future versions of FreeBSD. (backport <rust-lang#4694>) (cherry picked from commit 3908285)
ref rust-lang#4678 (backport <rust-lang#4689>) (cherry picked from commit f87a548) [ update link in message to be absolute - Trevor ]
This started failing on `libc-0.2` because the release PR doesn't work there either. I am unsure why it did work before. (cherry picked from commit d92334c)
c58282a
to
c330ab6
Compare
(backport <rust-lang#4677>) (cherry picked from commit ab36ccb)
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.
Backport the following:
sigqueue
#4620qsort_r
for unix, andqsort
andqsort_s
for windows #4677Partial / effective backports: