-
-
Notifications
You must be signed in to change notification settings - Fork 16.2k
std::sys configurability #113410
Copy link
Copy link
Open
Labels
A-technical-debtArea: Internal cleanup workArea: Internal cleanup workO-linuxOperating system: LinuxOperating system: LinuxT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Description
Activity
Metadata
Metadata
Assignees
Labels
A-technical-debtArea: Internal cleanup workArea: Internal cleanup workO-linuxOperating system: LinuxOperating system: LinuxT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
In #113358, I tried to add a check for
pollreturningENOSYSto the runtime initialization path of Linux.The use-case was adding a target for the Unikraft Unikernel Development Kit, which does not support
poll, in its most basic configuration and instead stubs it, returningENOSYS.@workingjubilee proposed in #113358 (comment) that we might want to make
syseasier to configure according to different target's capabilities (even fromtarget-spec.json).@rustbot label: +A-technical-debt