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