summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/pcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ia64/include/pcb.h')
-rw-r--r--sys/ia64/include/pcb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ia64/include/pcb.h b/sys/ia64/include/pcb.h
index 59334bf..dac7169 100644
--- a/sys/ia64/include/pcb.h
+++ b/sys/ia64/include/pcb.h
@@ -65,10 +65,10 @@ struct trapframe;
void makectx(struct trapframe *, struct pcb *);
void restorectx(struct pcb *) __dead2;
-int swapctx(struct pcb *old, struct pcb *new);
+int swapctx(struct pcb *old, struct pcb *new) __returns_twice;
void ia32_restorectx(struct pcb *);
-void ia32_savectx(struct pcb *);
+void ia32_savectx(struct pcb *) __returns_twice;
#endif
OpenPOWER on IntegriCloud