Commit 6195d15f authored by Sam James's avatar Sam James Committed by Greg Kroah-Hartman
Browse files

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

commit 8ec5a066 upstream.

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>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ef84ddf8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment