aboutsummaryrefslogtreecommitdiff
path: root/include/arch/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/proc.h')
-rw-r--r--include/arch/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/proc.h b/include/arch/proc.h
index 429f688..61a30c4 100644
--- a/include/arch/proc.h
+++ b/include/arch/proc.h
@@ -91,7 +91,7 @@ void load_regs(void *p, struct tcb *t);
* @param d Destination.
* @param s Source.
*/
-void clone_regs(struct tcb *d, struct tcb *s);
+void copy_regs(struct tcb *d, struct tcb *s);
/**
* Do modifications to \ref tcb state if necessary for ipis to work.