File: termios2.patch

package info (click to toggle)
rr 5.9.0-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,060 kB
  • sloc: ansic: 66,406; cpp: 57,678; python: 4,627; asm: 1,331; sh: 576; xml: 411; makefile: 30
file content (18 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
commit 6251648873b9e1ed23536beebbaa5d6fead3d5be
Author: Robert O'Callahan <robert@ocallahan.org>
Date:   Tue Jul 29 23:05:21 2025 +1200

    Stop checking struct sizes against glibc `termio` since that has been removed.
    
    Resolves #3995.

--- a/src/kernel_abi.h
+++ b/src/kernel_abi.h
@@ -748,7 +748,6 @@
     unsigned char c_line;
     unsigned char c_cc[8];
   };
-  RR_VERIFY_TYPE(termio);
 
   struct seccomp_notif_sizes {
     uint16_t seccomp_notif;