about summary refs log tree commit diff
path: root/src/internal/ksigaction.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.