[all-commits] [llvm/llvm-project] 7abf6c: [libc] Switch signal and termios to libc_errno.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Sat Mar 4 19:59:11 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7abf6c2524d0ea0363b5d34803d921db73b6c505
https://github.com/llvm/llvm-project/commit/7abf6c2524d0ea0363b5d34803d921db73b6c505
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2023-03-05 (Sun, 05 Mar 2023)
Changed paths:
M libc/src/signal/linux/CMakeLists.txt
M libc/src/signal/linux/kill.cpp
M libc/src/signal/linux/sigaction.cpp
M libc/src/signal/linux/sigaddset.cpp
M libc/src/signal/linux/sigaltstack.cpp
M libc/src/signal/linux/sigdelset.cpp
M libc/src/signal/linux/sigemptyset.cpp
M libc/src/signal/linux/sigfillset.cpp
M libc/src/signal/linux/sigprocmask.cpp
M libc/src/termios/linux/cfsetispeed.cpp
M libc/src/termios/linux/cfsetospeed.cpp
M libc/src/termios/linux/tcdrain.cpp
M libc/src/termios/linux/tcflow.cpp
M libc/src/termios/linux/tcflush.cpp
M libc/src/termios/linux/tcgetattr.cpp
M libc/src/termios/linux/tcgetsid.cpp
M libc/src/termios/linux/tcsendbreak.cpp
M libc/src/termios/linux/tcsetattr.cpp
M libc/test/src/signal/CMakeLists.txt
M libc/test/src/signal/kill_test.cpp
M libc/test/src/signal/sigaddset_test.cpp
M libc/test/src/signal/sigaltstack_test.cpp
M libc/test/src/signal/sigdelset_test.cpp
M libc/test/src/signal/sigfillset_test.cpp
M libc/test/src/signal/signal_test.cpp
M libc/test/src/signal/sigprocmask_test.cpp
M libc/test/src/termios/CMakeLists.txt
M libc/test/src/termios/termios_test.cpp
Log Message:
-----------
[libc] Switch signal and termios to libc_errno.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D145274
More information about the All-commits
mailing list