This is an archive of the discontinued LLVM Phabricator instance.

[libc] handle case where /dev/tty doesn't exist
ClosedPublic

Authored by michaelrj on Oct 10 2022, 3:40 PM.

Details

Summary

In the isatty test it was assumed that /dev/tty existed, but that's not
always the case. Now we check for that.

Diff Detail

Event Timeline

michaelrj created this revision.Oct 10 2022, 3:40 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 10 2022, 3:40 PM
michaelrj requested review of this revision.Oct 10 2022, 3:40 PM
This revision was not accepted when it landed; it landed in state Needs Review.Oct 10 2022, 3:41 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.