aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/signal.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Turn on -Wold-style-cast and fix the errors.Elliott Hughes2015-01-211-1/+1
| | | | | | A couple of dodgy cases where we cast away const, but otherwise pretty boring. Change-Id: Ibc39ebd525377792b5911464be842121c20f03b9
* Remove bsd_signal and sysv_signal from bionic LP64.Dan Albert2014-06-051-10/+7
| | | | | | | bsd_signal was removed in POSIX 2008, sysv_signal was never POSIX. Bug: 13935372 Change-Id: I7688e5cc317247ff075dcf99b598f515fb4f15c4
* Fix sigaction(3) for 64-bit.Elliott Hughes2013-10-171-0/+54
Also clean up <signal.h> and revert the hacks that were necessary for 64-bit in linker/debugger.cpp until now. Change-Id: I3b0554ca8a49ee1c97cda086ce2c1954ebc11892