UbixOS
2.0
|
Go to the source code of this file.
Functions | |
int | sys_execve (struct thread *td, struct sys_execve_args *args) |
int sys_execve | ( | struct thread * | td, |
struct sys_execve_args * | args | ||
) |
Definition at line 33 of file execve.c.
References sys_execve_args::argv, sys_execve_args::envp, sys_execve_args::fname, sys_exec(), and thread::td_retval.