mirror of
https://github.com/drasko/codezero.git
synced 2026-02-21 06:13:14 +01:00
Initial changes for execve() support
This commit is contained in:
@@ -31,6 +31,7 @@ int sys_shmdt(struct tcb *requester, const void *shmaddr);
|
||||
|
||||
int sys_shmget(key_t key, int size, int shmflg);
|
||||
|
||||
int sys_execve(struct tcb *sender, char *pathname, char *argv[], char *envp[]);
|
||||
int sys_fork(struct tcb *parent);
|
||||
int sys_clone(struct tcb *parent, void *child_stack, unsigned int clone_flags);
|
||||
void sys_exit(struct tcb *task, int status);
|
||||
|
||||
Reference in New Issue
Block a user