Fixed broken signal handling

This commit is contained in:
Mark
2020-01-15 22:07:11 +02:00
parent 05e10db0e2
commit f2ad1e69eb
5 changed files with 62 additions and 50 deletions
+3
View File
@@ -86,3 +86,6 @@ void thread_cleanup(struct thread *t);
void thread_terminate(struct thread *t);
void thread_signal(struct thread *t, int signum);
void thread_ioctx_fork(struct thread *dst, struct thread *src);
void thread_ioctx_cleanup(struct thread *t);