mirror of
https://github.com/drasko/codezero.git
synced 2026-03-04 03:23:16 +01:00
execve working from vfs executable file along with clone/fork/exit
This commit is contained in:
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user