When receiving a signal during fuex processing, the signal is not processed.

This commit is contained in:
Tomoki Shirasawa
2017-03-21 20:37:17 +09:00
parent eca4018ecb
commit 034d10b185
2 changed files with 6 additions and 2 deletions

View File

@@ -1297,6 +1297,9 @@ done:
sched_wakeup_thread(tthread, PS_STOPPED);
tthread->proc->status = PS_RUNNING;
}
else {
sched_wakeup_thread(tthread, PS_INTERRUPTIBLE);
}
}
}
release_thread(tthread);