|
@@ -305,7 +305,7 @@ public:
|
|
|
int sys$sched_setparam(pid_t pid, Userspace<const struct sched_param*>);
|
|
|
int sys$sched_getparam(pid_t pid, Userspace<struct sched_param*>);
|
|
|
int sys$create_thread(void* (*)(void*), Userspace<const Syscall::SC_create_thread_params*>);
|
|
|
- void sys$exit_thread(void*);
|
|
|
+ void sys$exit_thread(Userspace<void*>);
|
|
|
int sys$join_thread(pid_t tid, Userspace<void**> exit_value);
|
|
|
int sys$detach_thread(pid_t tid);
|
|
|
int sys$set_thread_name(pid_t tid, Userspace<const char*> buffer, size_t buffer_size);
|