Re: [PATCH v2 1/3] parisc: don't reference obsolete termio struct for TC* constants
From: Helge Deller
Date: Wed Oct 01 2025 - 16:16:18 EST
On 10/1/25 21:42, Sam James wrote:
Similar in nature to ab107276607af90b13a5994997e19b7b9731e251. 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: Stian Halseth <stian@xxxxxx>
Signed-off-by: Sam James <sam@xxxxxxxxxx>
---
v2: Fixed title...
arch/parisc/include/uapi/asm/ioctls.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
applied.
Thanks!
Helge