Skip to content

fix : incorrect POLLOUT def on horizonOS/armv6k-nintendo-3ds#5090

Draft
kore-signet wants to merge 1 commit intorust-lang:mainfrom
kore-signet:horizon-os
Draft

fix : incorrect POLLOUT def on horizonOS/armv6k-nintendo-3ds#5090
kore-signet wants to merge 1 commit intorust-lang:mainfrom
kore-signet:horizon-os

Conversation

@kore-signet
Copy link
Copy Markdown

Description

Current definition for POLLOUT is incorrect - as described here, it should be 0x08.

Unfortunately, it seems like the current definition for POLLERR is overlapping as 0x08. According to the linked docs, POLLERR is actually not a supported operation on this target (neither is POLLHUP, which is also currently defined).

I'm not super clear on what the best procedure would be here - should POLLERR & POLLHUP be deleted as definitions?

Sources

Checklist

  • Relevant tests in libc-test/semver have been updated
  • 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
    (libc-test does not currently support horizonOS, as far as I can tell?)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant