summaryrefslogtreecommitdiff
path: root/src/internal/ksigaction.h
AgeCommit message (Collapse)AuthorFilesLines
2013-06-29add some comments about the mips ksigaction structure weirdnessRich Felker1-0/+3
2012-07-12fix breakage of x86_64 sigaction from recent changes for mipsRich Felker1-1/+1
2012-07-11use unsigned bitmask for consistency in ksigactionRich Felker1-1/+1
the type doesn't actually matter, just the size, but it's nice to be consistent...
2012-07-11fix breakage from last commit: forgot to include ksigaction.hRich Felker1-0/+6
this file can be overridden by a same-named file in an arch dir.