summaryrefslogtreecommitdiffstats
path: root/libc/bionic/sigfillset.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reduce <signal.h> namespace pollution.Elliott Hughes2015-01-241-0/+1
| | | | | | <signal.h> shouldn't drag in all of <string.h>. Change-Id: I57aea36dad5e89ea2f9541c35594ca6225e532be
* Remove bogus transitive includes.Elliott Hughes2014-12-291-0/+1
| | | | | | | <signal.h> shouldn't get you the contents of <errno.h>, and <fcntl.h> shouldn't get you the contents of <unistd.h>. Change-Id: I347499cd8671bfee98e6b8e875a97cab3a3655d3
* Fix sigaction(3) for 64-bit.Elliott Hughes2013-10-171-0/+38
Also clean up <signal.h> and revert the hacks that were necessary for 64-bit in linker/debugger.cpp until now. Change-Id: I3b0554ca8a49ee1c97cda086ce2c1954ebc11892