Hi,

I've been talking with some of the devs from the musl project, and
they're of the opinion that TERMIOS should be used in favour of
TERMIO... which appears to still work under GLIBC.

The #ifdef's that control whether each are used appear to intentionally
break systems that don't implement TERMIO, which I don't feel is
appropriate.

The main culprit is
#if defined(linux) && !defined(TERMIO)
# undef TERMIOS
# define TERMIO
# undef SGTTY
#endif

---
James Taylor
Keybase (https://keybase.io/jamestr)

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to