[libc-commits] [PATCH] D75802: [libc] Add sigaction
Alex Brachet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sun Mar 8 14:56:03 PDT 2020
abrachet updated this revision to Diff 249018.
abrachet added a comment.
- Move comment explaining why __restore_rt is handwritten to the c file so it doesn't need to be repeated in every assembly implementation
- Stop using Intel syntax
- Remove nop
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75802/new/
https://reviews.llvm.org/D75802
Files:
libc/config/linux/api.td
libc/config/linux/signal.h.in
libc/lib/CMakeLists.txt
libc/spec/posix.td
libc/spec/stdc.td
libc/src/signal/linux/CMakeLists.txt
libc/src/signal/linux/arch/__restore_rt_x86_64.S
libc/src/signal/linux/sigaction.cpp
libc/src/signal/sigaction.h
libc/test/src/signal/CMakeLists.txt
libc/test/src/signal/sigaction_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75802.249018.patch
Type: text/x-patch
Size: 10827 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200308/a9d490a7/attachment.bin>
More information about the libc-commits
mailing list