[all-commits] [llvm/llvm-project] b2a294: [libc] Add termios.h and the implementation of fun...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Oct 18 13:53:17 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2a294bcf8e6fd83efe72d6d7432affd65b2309e
https://github.com/llvm/llvm-project/commit/b2a294bcf8e6fd83efe72d6d7432affd65b2309e
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-10-18 (Tue, 18 Oct 2022)
Changed paths:
M libc/config/linux/api.td
M libc/config/linux/x86_64/entrypoints.txt
M libc/include/CMakeLists.txt
M libc/include/llvm-libc-macros/CMakeLists.txt
M libc/include/llvm-libc-macros/linux/CMakeLists.txt
A libc/include/llvm-libc-macros/linux/termios-macros.h
A libc/include/llvm-libc-macros/termios-macros.h
M libc/include/llvm-libc-types/CMakeLists.txt
A libc/include/llvm-libc-types/cc_t.h
A libc/include/llvm-libc-types/speed_t.h
A libc/include/llvm-libc-types/struct_termios.h
A libc/include/llvm-libc-types/tcflag_t.h
A libc/include/termios.h.def
M libc/spec/posix.td
M libc/src/CMakeLists.txt
A libc/src/termios/CMakeLists.txt
A libc/src/termios/cfgetispeed.h
A libc/src/termios/cfgetospeed.h
A libc/src/termios/cfsetispeed.h
A libc/src/termios/cfsetospeed.h
A libc/src/termios/linux/CMakeLists.txt
A libc/src/termios/linux/cfgetispeed.cpp
A libc/src/termios/linux/cfgetospeed.cpp
A libc/src/termios/linux/cfsetispeed.cpp
A libc/src/termios/linux/cfsetospeed.cpp
A libc/src/termios/linux/kernel_termios.h
A libc/src/termios/linux/tcdrain.cpp
A libc/src/termios/linux/tcflow.cpp
A libc/src/termios/linux/tcflush.cpp
A libc/src/termios/linux/tcgetattr.cpp
A libc/src/termios/linux/tcgetsid.cpp
A libc/src/termios/linux/tcsendbreak.cpp
A libc/src/termios/linux/tcsetattr.cpp
A libc/src/termios/tcdrain.h
A libc/src/termios/tcflow.h
A libc/src/termios/tcflush.h
A libc/src/termios/tcgetattr.h
A libc/src/termios/tcgetsid.h
A libc/src/termios/tcsendbreak.h
A libc/src/termios/tcsetattr.h
M libc/test/src/CMakeLists.txt
A libc/test/src/termios/CMakeLists.txt
A libc/test/src/termios/termios_test.cpp
Log Message:
-----------
[libc] Add termios.h and the implementation of functions declared in it.
Reviewed By: lntue, michaelrj
Differential Revision: https://reviews.llvm.org/D136143
More information about the All-commits
mailing list