diff options
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/sys/exec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/include/sys/exec.h b/sys/include/sys/exec.h index 2c85010..08ddac6 100644 --- a/sys/include/sys/exec.h +++ b/sys/include/sys/exec.h @@ -73,6 +73,8 @@ struct exec_prog { struct auxval auxval; char **argp; char **envp; + vaddr_t start; + vaddr_t end; }; struct execve_args { |