Loading
Bug 1686681 - Handle ioctl(TCGETS, ...) by saying this is not a TTY. r=jld
When doing (e.g.) `MOZ_LOG=PlatformDecoderModule:4`, ffmpeg ends up doing `ioctl(TCGETS, ...)` via `tcgetattr`, and this crashes the RDD. We don't care much about the result, so let's just say `ENOTTY`. Differential Revision: https://phabricator.services.mozilla.com/D113162