signal part 3 (EFAULT)

This commit is contained in:
Tomoki Shirasawa
2014-01-13 10:52:29 +09:00
parent 2a55f3d718
commit 8411f353fe
4 changed files with 123 additions and 19 deletions

View File

@ -121,7 +121,9 @@ struct process {
} thread;
int tid;
volatile int sigevent;
sigset_t sigmask;
sigset_t supmask;
ihk_spinlock_t sigpendinglock;
struct list_head sigpending;
struct sig_shared *sigshared;