Commit 8ec5a066 authored by Sam James's avatar Sam James Committed by Helge Deller
Browse files

parisc: don't reference obsolete termio struct for TC* constants

Similar in nature to ab107276. glibc-2.42
drops the legacy termio struct, but the ioctls.h header still defines some
TC* constants in terms of termio (via sizeof). Hardcode the values instead.

This fixes building Python for example, which falls over like:
  ./Modules/termios.c:1119:16: error: invalid application of 'sizeof' to incomplete type 'struct termio'

Link: https://bugs.gentoo.org/961769
Link: https://bugs.gentoo.org/962600


Co-authored-by: default avatarStian Halseth <stian@itx.no>
Cc: stable@vger.kernel.org
Signed-off-by: default avatarSam James <sam@gentoo.org>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 16794e52
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment