std::sys
configurability
#113410
Labels
A-technical-debt
Area: Internal cleanup work
O-linux
Operating system: Linux
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
In #113358, I tried to add a check for
poll
returningENOSYS
to 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
sys
easier to configure according to different target's capabilities (even fromtarget-spec.json
).@rustbot label: +A-technical-debt
The text was updated successfully, but these errors were encountered: