Checking patch NEWS... error: while searching for: obsolete since the very first version of POSIX.1 in 1988, replaced with . * The support for TX lock elision of pthread mutexes is deprecated on all architectures and will be removed in the next release. error: patch failed: NEWS:42 error: NEWS: patch does not apply Checking patch sysdeps/unix/sysv/linux/Makefile... error: while searching for: bits/termios-tcflow.h \ # sysdep_headers tests += \ tst-termios-linux \ # tests error: patch failed: sysdeps/unix/sysv/linux/Makefile:425 error: sysdeps/unix/sysv/linux/Makefile: patch does not apply Checking patch sysdeps/unix/sysv/linux/alpha/bits/ioctls.h... error: sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: No such file or directory Checking patch sysdeps/unix/sysv/linux/alpha/termios_arch.h... error: sysdeps/unix/sysv/linux/alpha/termios_arch.h: No such file or directory Checking patch sysdeps/unix/sysv/linux/bits/ioctls.h... error: while searching for: /* Use the definitions from the kernel header files. */ #include #include error: patch failed: sysdeps/unix/sysv/linux/bits/ioctls.h:22 error: sysdeps/unix/sysv/linux/bits/ioctls.h: patch does not apply Checking patch sysdeps/unix/sysv/linux/hppa/bits/ioctls.h... error: sysdeps/unix/sysv/linux/hppa/bits/ioctls.h: No such file or directory Checking patch sysdeps/unix/sysv/linux/isatty.c... error: while searching for: __isatty (int fd) { struct termios2 k_termios; return INLINE_SYSCALL_CALL (ioctl, fd, TCGETS2, &k_termios) == 0; } weak_alias (__isatty, isatty) error: patch failed: sysdeps/unix/sysv/linux/isatty.c:24 error: sysdeps/unix/sysv/linux/isatty.c: patch does not apply Checking patch sysdeps/unix/sysv/linux/isatty_nostatus.c... error: while searching for: __isatty_nostatus (int fd) { struct termios2 k_termios; return INTERNAL_SYSCALL_CALL (ioctl, fd, TCGETS2, &k_termios) == 0; } error: patch failed: sysdeps/unix/sysv/linux/isatty_nostatus.c:22 error: sysdeps/unix/sysv/linux/isatty_nostatus.c: patch does not apply Checking patch sysdeps/unix/sysv/linux/mips/termios_arch.h => sysdeps/unix/sysv/linux/mips/old_termios.h... error: sysdeps/unix/sysv/linux/mips/termios_arch.h: No such file or directory Checking patch sysdeps/unix/sysv/linux/powerpc/internal-ioctl.h... error: while searching for: /* Linux internal definitions for ioctl. Copyright (C) 2021-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. error: patch failed: sysdeps/unix/sysv/linux/powerpc/internal-ioctl.h:1 error: sysdeps/unix/sysv/linux/powerpc/internal-ioctl.h: patch does not apply Checking patch sysdeps/unix/sysv/linux/powerpc/termios_arch.h... error: sysdeps/unix/sysv/linux/powerpc/termios_arch.h: No such file or directory Checking patch sysdeps/unix/sysv/linux/sparc/bits/ioctls.h... error: sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: No such file or directory Checking patch sysdeps/unix/sysv/linux/sparc/termios_arch.h => sysdeps/unix/sysv/linux/sparc/old_termios.h... error: sysdeps/unix/sysv/linux/sparc/termios_arch.h: No such file or directory Checking patch sysdeps/unix/sysv/linux/tcgetattr.c... error: while searching for: __tcgetattr (int fd, struct termios *termios_p) { struct termios2 k_termios; long int retval = INLINE_SYSCALL_CALL (ioctl, fd, TCGETS2, &k_termios); if (__glibc_likely (retval != -1)) { error: patch failed: sysdeps/unix/sysv/linux/tcgetattr.c:22 error: sysdeps/unix/sysv/linux/tcgetattr.c: patch does not apply Checking patch sysdeps/unix/sysv/linux/tcsetattr.c... error: while searching for: #define static_assert_equal(x,y) _Static_assert ((x) == (y), #x " != " #y) /* Set the state of FD to *TERMIOS_P. */ int __tcsetattr (int fd, int optional_actions, const struct termios *termios_p) error: patch failed: sysdeps/unix/sysv/linux/tcsetattr.c:19 error: sysdeps/unix/sysv/linux/tcsetattr.c: patch does not apply Checking patch sysdeps/unix/sysv/linux/termios-kernel-consts.sym... error: sysdeps/unix/sysv/linux/termios-kernel-consts.sym: already exists in working directory Checking patch sysdeps/unix/sysv/linux/termios_arch.h... error: sysdeps/unix/sysv/linux/termios_arch.h: No such file or directory Checking patch sysdeps/unix/sysv/linux/termios_internals.h... error: while searching for: #include #include #include /* ---- Kernel interface definitions ---- */ error: patch failed: sysdeps/unix/sysv/linux/termios_internals.h:30 error: sysdeps/unix/sysv/linux/termios_internals.h: patch does not apply