[libc-commits] [PATCH] D76536: [libc] Add signal
Alex Brachet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sun Mar 22 00:30:15 PDT 2020
abrachet updated this revision to Diff 251878.
abrachet added a comment.
Rename `sighandler_t` to `__sighandler_t`. Internally called `__llvm_libc::sighandler_t` (we could put it in global scope in internal headers or not use it all)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76536/new/
https://reviews.llvm.org/D76536
Files:
libc/config/linux/api.td
libc/lib/CMakeLists.txt
libc/spec/stdc.td
libc/src/signal/linux/CMakeLists.txt
libc/src/signal/linux/signal.cpp
libc/src/signal/signal.h
libc/test/src/signal/CMakeLists.txt
libc/test/src/signal/signal_test.cpp
libc/utils/UnitTest/Test.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76536.251878.patch
Type: text/x-patch
Size: 7742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200322/e97da07b/attachment-0001.bin>
More information about the libc-commits
mailing list