summaryrefslogtreecommitdiffstats
path: root/sys/sys/ucontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/ucontext.h')
-rw-r--r--sys/sys/ucontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/ucontext.h b/sys/sys/ucontext.h
index f69c8d8..e80ed50 100644
--- a/sys/sys/ucontext.h
+++ b/sys/sys/ucontext.h
@@ -99,7 +99,7 @@ struct thread;
/* Machine-dependent functions: */
int get_mcontext(struct thread *, mcontext_t *, int);
-int set_mcontext(struct thread *, const mcontext_t *);
+int set_mcontext(struct thread *, mcontext_t *);
#endif /* !_KERNEL */
OpenPOWER on IntegriCloud