about summary refs log tree commit diff
path: root/src/internal/ksigaction.h
Commit message (Collapse)AuthorAgeFilesLines
* add some comments about the mips ksigaction structure weirdnessRich Felker2013-06-291-0/+3
|
* fix breakage of x86_64 sigaction from recent changes for mipsRich Felker2012-07-121-1/+1
|
* use unsigned bitmask for consistency in ksigactionRich Felker2012-07-111-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.hRich Felker2012-07-111-0/+6
this file can be overridden by a same-named file in an arch dir.