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 c9b54db..79b099e 100644
--- a/include/arch/proc.h
+++ b/include/arch/proc.h
@@ -23,7 +23,7 @@
* @param t Thread that will run after return.
* @param a Arguments to attach.
*/
-void set_args(struct tcb *t, struct sys_ret a);
+void set_args(struct tcb *t, size_t n, struct sys_ret a);
/**
* Get argument data attached to thread.