[llvm-branch-commits] [compiler-rt] release/20.x: [sanitizer_common] Remove interceptors for deprecated struct termio (#137403) (PR #137707)
H. Peter Anvin via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri May 16 21:43:41 PDT 2025
hpax wrote:
Yes, I think so. After all, this is about the kernel interfaces (which remain being termio, termios and termios2, with termios being a *different* interface than glibc termios) and by using <linux/termios.h> rather than <termios.h> you are getting exactly the kernel (ioctl) interfaces.
https://github.com/llvm/llvm-project/pull/137707
More information about the llvm-branch-commits
mailing list