interrupt_syscall: interrupt valid thread

This commit is contained in:
Tomoki Shirasawa
2016-10-03 00:49:56 +09:00
parent 8d21846562
commit e03f377326
5 changed files with 9 additions and 35 deletions

View File

@ -690,7 +690,5 @@ void chain_thread(struct thread *);
void proc_init();
void set_timer();
struct sig_pending *hassigpending(struct thread *thread);
void settid(struct thread *thread, int mode, int newcpuid, int oldcpuid,
int nr_tids, int *tids);
#endif