llvm-project/libc
Alex Brachet 5d2baa956a [libc] Add Initial Support for Signals
Summary:
This patch adds signal support on Linux. The current implementation gets the SIG* macros and types like `sigset_t` from <linux/signals.h>

This patch also adds raise(3), and internal routines  `block_all_signals` and `restore_signals`

Reviewers: sivachandra, MaskRay, gchatelet

Reviewed By: sivachandra

Subscribers: libc-commits, mgorny, tschuett

Differential Revision: https://reviews.llvm.org/D74528
2020-02-20 14:05:34 -05:00
..
cmake/modules Remove leftover artifacts from use of gtest. 2020-02-04 21:41:45 -08:00
config [libc] Add Initial Support for Signals 2020-02-20 14:05:34 -05:00
docs [libc] Fix typo in header generation docs. 2020-02-04 11:43:59 -08:00
include [libc] Add Initial Support for Signals 2020-02-20 14:05:34 -05:00
lib [libc] Add Initial Support for Signals 2020-02-20 14:05:34 -05:00
spec [libc] Add Initial Support for Signals 2020-02-20 14:05:34 -05:00
src [libc] Add Initial Support for Signals 2020-02-20 14:05:34 -05:00
test [libc] Add Initial Support for Signals 2020-02-20 14:05:34 -05:00
utils [libc] Add [EXPECT|ASSERT]_[TRUE|FALSE] unittest macros. 2020-01-30 11:59:31 -08:00
CMakeLists.txt [libc] Add a library of standalone C++ utilities. 2020-01-29 13:44:02 -08:00
LICENSE.txt
README.txt

README.txt

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.