Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix breakage of x86_64 sigaction from recent changes for mips | Rich Felker | 2012-07-12 | 1 | -1/+1 |
| | |||||
* | use unsigned bitmask for consistency in ksigaction | Rich Felker | 2012-07-11 | 1 | -1/+1 |
| | | | | | the type doesn't actually matter, just the size, but it's nice to be consistent... | ||||
* | fix breakage from last commit: forgot to include ksigaction.h | Rich Felker | 2012-07-11 | 1 | -0/+6 |
this file can be overridden by a same-named file in an arch dir. |