llvm-project/libc/src
Alex Brachet ca04d0c8fd [libc] Add signal
Summary:
This patch adds a Linux implementation for `signal`
It also fixes `ASSERT|EXPECT_THAT` macros

Reviewers: sivachandra, PaulkaToast, MaskRay

Reviewed By: sivachandra

Subscribers: mgorny, tschuett, libc-commits

Differential Revision: https://reviews.llvm.org/D76536
2020-03-22 14:15:47 -04:00
..
__support Add implementations of POSIX mmap and munmap functions. 2019-12-23 14:04:02 -08:00
assert [libc] Add initial assert definition 2020-03-11 23:45:58 -04:00
errno [libc] Move all tests to a top level `test` directory. 2020-01-06 10:14:43 -08:00
math [libc] NFC - Move the round redirector from its own nested directory. 2020-03-20 12:15:27 -07:00
signal [libc] Add signal 2020-03-22 14:15:47 -04:00
stdlib [libc] Create abort and _Exit 2020-03-05 14:21:18 -05:00
string [libc] Adding memcpy implementation for x86_64 2020-03-18 17:43:21 +01:00
sys [libc] Move the implementation of mmap and munmap into a linux specific area. 2020-01-24 15:42:28 -08:00
threads [libc] Add simple implementations of mtx_lock and mtx_unlock. 2020-03-09 21:56:02 -07:00
CMakeLists.txt [libc] Add initial assert definition 2020-03-11 23:45:58 -04:00