aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/OpenBSD-power.c
Commit message (Collapse)AuthorAgeFilesLines
* libthread: use consistent stack calculation code in makecontextRuss Cox2020-01-191-24/+0
| | | | | | Also reduce duplication: makecontext is per-arch not per-os-arch. May fix #353.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+0
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* use macro for getcontext (setjmp)rsc2005-11-041-13/+0
|
* OpenBSD/power support.rsc2005-05-011-0/+38