As implemented, the InterruptHandler thread was spinning trying to
select() on a null "stdin", wasting a significant amount of CPU for no
benefit. As Fuchsia does not have a native concept of stdin (or POSIX
signals), this commit simply removes this feature entirely.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo