llvm-project/libc/include
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
..
sys Add implementations of POSIX mmap and munmap functions. 2019-12-23 14:04:02 -08:00
CMakeLists.txt [libc] Add Initial Support for Signals 2020-02-20 14:05:34 -05:00
__llvm-libc-common.h
__posix-types.h Add implementations of POSIX mmap and munmap functions. 2019-12-23 14:04:02 -08:00
ctype.h
errno.h.def [libc] Add implementation of errno and define the other macros of errno.h. 2019-12-09 13:34:08 -08:00
math.h
signal.h.def [libc] Add Initial Support for Signals 2020-02-20 14:05:34 -05:00
string.h.def