aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/power-ucontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libthread/power-ucontext.h')
-rw-r--r--src/libthread/power-ucontext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libthread/power-ucontext.h b/src/libthread/power-ucontext.h
index 27ed3390..1985d98d 100644
--- a/src/libthread/power-ucontext.h
+++ b/src/libthread/power-ucontext.h
@@ -34,4 +34,3 @@ void makecontext(ucontext_t*, void(*)(void), int, ...);
int swapcontext(ucontext_t*, ucontext_t*);
int _getmcontext(mcontext_t*);
void _setmcontext(mcontext_t*);
-