Implement userspace TLS, remove RW Locks
This commit is contained in:
@@ -85,8 +85,6 @@ DEFINE_SYSCALL (sys_clone) {
|
||||
|
||||
struct proc* new = proc_clone (proc, vstack_top, entry);
|
||||
|
||||
DEBUG ("new=%p\n", new);
|
||||
|
||||
if (new == NULL) {
|
||||
return SYSRESULT (-ST_OOM_ERROR);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user