summaryrefslogtreecommitdiffstats
path: root/sys/mips/include/pcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/include/pcb.h')
-rw-r--r--sys/mips/include/pcb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/include/pcb.h b/sys/mips/include/pcb.h
index 9911339..52589f5 100644
--- a/sys/mips/include/pcb.h
+++ b/sys/mips/include/pcb.h
@@ -78,7 +78,7 @@ struct pcb
extern struct pcb *curpcb; /* the current running pcb */
void makectx(struct trapframe *, struct pcb *);
-int savectx(struct pcb *);
+int savectx(struct pcb *) __returns_twice;
#endif
#endif /* !_MACHINE_PCB_H_ */
OpenPOWER on IntegriCloud