[USER] Init libc with arguments and environment

MESS - execve - Clean up and move earlier
This commit is contained in:
2017-02-13 10:24:01 +01:00
parent 8d1e693884
commit 1693baaf6b
9 changed files with 102 additions and 17 deletions

View File

@@ -46,8 +46,3 @@ long __syscall_common(long num, ...)
while(1);
return 0;
}
struct pthread *__pthread_self()
{
return 0;
}