Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Turn on -Wold-style-cast and fix the errors. | Elliott Hughes | 2015-01-21 | 1 | -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 Albert | 2014-06-05 | 1 | -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 Hughes | 2013-10-17 | 1 | -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 |