[llvm-branch-commits] [compiler-rt] release/20.x: [sanitizer_common] Remove interceptors for deprecated struct termio (#137403) (PR #137707)

Carlos O'Donell via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Apr 29 04:32:36 PDT 2025


codonell wrote:

Since glibc is removing the deprecated interfaces it seems sensible to me to include `<linux/termios.h>` but keep in mind that when glibc adds the v2 termios ioctls via @hpax current RFC for glibc, that we'll have the opportunity to do additional checking for those APIs.

https://github.com/llvm/llvm-project/pull/137707


More information about the llvm-branch-commits mailing list