mirror of
https://github.com/drasko/codezero.git
synced 2026-02-27 17:23:13 +01:00
Fixed various faults with execve().
Added a new ordered task_insert_vma() function
This commit is contained in:
@@ -21,6 +21,7 @@ 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