[openssl-dev] Replace TERMIO with TERMIOS

James Taylor james at jtaylor.id.au
Thu Feb 12 16:00:20 UTC 2015


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)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://mta.openssl.org/pipermail/openssl-dev/attachments/20150212/41e2f86b/attachment.sig>


More information about the openssl-dev mailing list