aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/x86_64-ucontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libthread/x86_64-ucontext.h')
-rw-r--r--src/libthread/x86_64-ucontext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libthread/x86_64-ucontext.h b/src/libthread/x86_64-ucontext.h
index 08c6d9a8..e0640761 100644
--- a/src/libthread/x86_64-ucontext.h
+++ b/src/libthread/x86_64-ucontext.h
@@ -40,4 +40,3 @@ void makecontext(ucontext_t*, void(*)(void), int, ...);
int swapcontext(ucontext_t*, ucontext_t*);
int libthread_getmcontext(mcontext_t*);
void libthread_setmcontext(mcontext_t*);
-