mirror of
https://github.com/fluencelabs/musl
synced 2025-07-06 10:02:10 +00:00
global cleanup to use the new syscall interface
This commit is contained in:
@ -36,7 +36,7 @@ void __pthread_unwind_next(struct __ptcb *cb)
|
||||
__unmapself(self->map_base, self->map_size);
|
||||
}
|
||||
|
||||
__syscall_exit(0);
|
||||
syscall(SYS_exit, 0);
|
||||
}
|
||||
|
||||
static void docancel(struct pthread *self)
|
||||
|
Reference in New Issue
Block a user