execve working from vfs executable file along with clone/fork/exit

This commit is contained in:
Bahadir Balban
2008-12-02 18:29:40 +02:00
parent 32b3dfe91d
commit 9123eb49a8
10 changed files with 64 additions and 33 deletions

View File

@@ -8,6 +8,6 @@
#define __EXIT_H__
void do_exit(struct tcb *task, int status);
int execve_recycle_task(struct tcb *task);
int execve_recycle_task(struct tcb *new, struct tcb *orig);
#endif /* __EXIT_H__ */