Merged
Conversation
3 tasks
Contributor
|
This lgtm, @asomers could you also review? |
Contributor
|
Check with @kostikbel . I think he may have chosen "gennum" instead of "gen" for a good reason. |
Contributor
Author
I'd be interested in hearing the reason (and preferably having it documented in |
Contributor
Because gen is the reserved keyword in rust since 2024 edition? |
For the upstream definition, see: freebsd/freebsd-src@c9e9a0f
<sys/ktls.h> is necessary in order to find the xktls_* structs. See also: freebsd/freebsd-src@c9e9a0f
kostikbel
approved these changes
Jul 26, 2025
tgross35
approved these changes
Aug 10, 2025
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Aug 11, 2025
For the upstream definition, see: freebsd/freebsd-src@c9e9a0f (backport <rust-lang#4552>) (cherry picked from commit 985d95b)
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Aug 11, 2025
(backport <rust-lang#4552>) (cherry picked from commit 99e3373)
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Aug 11, 2025
(backport <rust-lang#4552>) (cherry picked from commit 56a04ab)
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Aug 11, 2025
<sys/ktls.h> is necessary in order to find the xktls_* structs. See also: freebsd/freebsd-src@c9e9a0f (backport <rust-lang#4552>) (cherry picked from commit 4147a8b)
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Aug 11, 2025
Upstream commit: freebsd/freebsd-src@7212b37 (backport <rust-lang#4552>) (cherry picked from commit e2404b4)
Merged
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Aug 11, 2025
For the upstream definition, see: freebsd/freebsd-src@c9e9a0f (backport <rust-lang#4552>) (cherry picked from commit 985d95b)
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Aug 11, 2025
(backport <rust-lang#4552>) (cherry picked from commit 99e3373)
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Aug 11, 2025
(backport <rust-lang#4552>) (cherry picked from commit 56a04ab)
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Aug 11, 2025
<sys/ktls.h> is necessary in order to find the xktls_* structs. See also: freebsd/freebsd-src@c9e9a0f (backport <rust-lang#4552>) (cherry picked from commit 4147a8b)
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Aug 11, 2025
Upstream commit: freebsd/freebsd-src@7212b37 (backport <rust-lang#4552>) (cherry picked from commit e2404b4)
github-merge-queue bot
pushed a commit
that referenced
this pull request
Aug 11, 2025
For the upstream definition, see: freebsd/freebsd-src@c9e9a0f (backport <#4552>) (cherry picked from commit 985d95b)
github-merge-queue bot
pushed a commit
that referenced
this pull request
Aug 11, 2025
<sys/ktls.h> is necessary in order to find the xktls_* structs. See also: freebsd/freebsd-src@c9e9a0f (backport <#4552>) (cherry picked from commit 4147a8b)
github-merge-queue bot
pushed a commit
that referenced
this pull request
Aug 11, 2025
Upstream commit: freebsd/freebsd-src@7212b37 (backport <#4552>) (cherry picked from commit e2404b4)
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.
Description
This PR fixes two minor incompatibilities that I found by running
libc-teston FreeBSD 15-CURRENT on ppc64 (big endian).Sources
freebsd/freebsd-src@c9e9a0f
Checklist
Relevant tests in(no symbols changed)libc-test/semverhave been updated*LASTor*MAXareincluded (see #3131)
cd libc-test && cargo test --target mytarget);especially relevant for platforms that may not be checked in CI