Implement userspace TLS, remove RW Locks

This commit is contained in:
2026-01-28 23:52:48 +01:00
parent a3b62ebd3d
commit 3d23187acf
17 changed files with 135 additions and 157 deletions

View File

@@ -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);
}