[libc-commits] [libc] [libc][termios] Fix termios compatibility with glibc 2.42 or after. (PR #211039)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Fri Jul 24 08:27:49 PDT 2026
================
@@ -234,6 +234,15 @@ add_proxy_header_library(
libc.include.llvm-libc-macros.sys_wait_macros
)
+add_proxy_header_library(
+ termios_macros
+ HDRS
+ termios_macros.h
+ FULL_BUILD_DEPENDS
+ libc.include.llvm-libc-macros.termios_macros
+)
+
+
----------------
kaladron wrote:
Extra blank line
https://github.com/llvm/llvm-project/pull/211039
More information about the libc-commits
mailing list