signal: interrupt_syscall is called by the core executing the thread that recieved the signal.

refs #999
This commit is contained in:
Tomoki Shirasawa
2018-01-23 14:31:04 +09:00
parent 1e9f9d9809
commit 2f2b3cdc6f
3 changed files with 85 additions and 24 deletions

View File

@ -437,6 +437,7 @@ struct sig_pending {
sigset_t sigmask;
siginfo_t info;
int ptracecont;
int interrupted;
};
typedef void pgio_func_t(void *arg);