diff options
Diffstat (limited to 'include/apos/proc.h')
| -rw-r--r-- | include/apos/proc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/proc.h b/include/apos/proc.h index 7506b10..8071dda 100644 --- a/include/apos/proc.h +++ b/include/apos/proc.h @@ -2,6 +2,6 @@ #define APOS_PROC_H #include <apos/tcb.h> -void jump_to_userspace(struct tcb *t, char **argv, int argc); +void jump_to_userspace(struct tcb *t, vm_t bin, int argc, char **argv); #endif /* APOS_PROC_H */ |
