mirror of
https://github.com/drasko/codezero.git
synced 2026-07-18 05:05:24 +02:00
execve working from vfs executable file along with clone/fork/exit
This commit is contained in:
@@ -21,7 +21,6 @@ static inline void __attribute__ ((noreturn)) l4_exit(int status)
|
||||
|
||||
void __attribute__ ((noreturn)) _exit(int status)
|
||||
{
|
||||
printf("In %s.\n", __FUNCTION__);
|
||||
l4_exit(status);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user