[all-commits] [llvm/llvm-project] 2cf203: [libc] Disable signal.h API and its users.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Wed Dec 15 21:53:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2cf203d9f6cd3ca5b369b06e2124d56eb66f086d
https://github.com/llvm/llvm-project/commit/2cf203d9f6cd3ca5b369b06e2124d56eb66f086d
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/src/CMakeLists.txt
M libc/src/stdlib/CMakeLists.txt
M libc/test/src/CMakeLists.txt
M libc/test/src/stdlib/CMakeLists.txt
Log Message:
-----------
[libc] Disable signal.h API and its users.
The signal.h header file from LLVM libc is incorrect. The signal API and
its users will be enabled once signal.h is fixed.
More information about the All-commits
mailing list