<termio.h> is gone from rawhide

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



With the update to glibc-2.41.9000-11.fc43, <termio.h> is no longer
there, and some historic terminal-related baggage is no longer included
in <sys/ioctl.h>.  These terminal interfaces were alread obsolete when
Linux was first released, so glibc upstream did not issue a formal
deprecation issue.

If something includes <termio.h>, it's reasonable to assume that it's a
spelling error for <termios.h> and just switch to that.

I couldn't find any users of the <termio.h> functionality that's
actually compiled into executables (as opposed to merely dormant in the
sources), but it's ioctl-based, so it doesn't leave good traces.

This change is in preparation for supporting flexible baud rates in
<termios.h>, which will likely require macro definitions that are
incompatible with legacy <termio.h> and its ioctl-based interface.

Thanks,
Florian

-- 
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux