[PATCH] Linux: Make bits/termios-{c,}baud.h installed headers
Florian Weimer
fweimer@redhat.com
Wed Jun 18 11:31:34 GMT 2025
Fixes commit 5cf101a85aae0d703cdd8ed7b25fe288e41fdacb
("linux: implement arbitrary and split speeds in termios").
---
sysdeps/unix/sysv/linux/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index 913fe736bc..002a10c4c3 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -151,11 +151,13 @@ sysdep_headers += \
bits/struct_stat.h \
bits/struct_stat_time64_helper.h \
bits/syscall.h \
+ bits/termios-baud.h \
bits/termios-c_cc.h \
bits/termios-c_cflag.h \
bits/termios-c_iflag.h \
bits/termios-c_lflag.h \
bits/termios-c_oflag.h \
+ bits/termios-cbaud.h \
bits/termios-misc.h \
bits/termios-struct.h \
bits/termios-tcflow.h \
base-commit: af406a7cf0ca710f51ad870603b6e8432887077d
More information about the Libc-alpha
mailing list