Skip to content

Conversation

neuschaefer
Copy link
Contributor

Description

These constants are entirely defined in the Linux UAPI.

cc @tgross35 @Gelbpunkt

Sources

Checklist

  • Relevant tests in libc-test/semver have been updated no change
  • No placeholder or unstable values like *LAST or *MAX are
    included (see #3131)
  • Tested locally (cd libc-test && cargo test --target mytarget);
    especially relevant for platforms that may not be checked in CI

target_arch = "mips32r6",
target_arch = "mips64",
target_arch = "mips64r6"
)))] {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why glibc and MIPS were special-cased here. In theory, that should not be necessary for constants defined in the Linux UAPI

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAICT this was wrong and it's good that it's being removed here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants