setpgid return -EACCES when the child process had already performed an execve (LTP setpgid03)

This commit is contained in:
Tomoki Shirasawa
2014-12-09 14:01:20 +09:00
parent 3c24315f91
commit 815d907ca4
2 changed files with 24 additions and 2 deletions

View File

@ -328,6 +328,7 @@ struct process {
volatile int sigevent;
int nohost;
int execed;
sigset_t sigmask;
stack_t sigstack;
ihk_spinlock_t sigpendinglock;