diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/sched.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 1d02babdb2c..ef561527034 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
| @@ -554,6 +554,12 @@ struct signal_struct { | |||
| 554 | #define SIGNAL_STOP_DEQUEUED 0x00000002 /* stop signal dequeued */ | 554 | #define SIGNAL_STOP_DEQUEUED 0x00000002 /* stop signal dequeued */ |
| 555 | #define SIGNAL_STOP_CONTINUED 0x00000004 /* SIGCONT since WCONTINUED reap */ | 555 | #define SIGNAL_STOP_CONTINUED 0x00000004 /* SIGCONT since WCONTINUED reap */ |
| 556 | #define SIGNAL_GROUP_EXIT 0x00000008 /* group exit in progress */ | 556 | #define SIGNAL_GROUP_EXIT 0x00000008 /* group exit in progress */ |
| 557 | /* | ||
| 558 | * Pending notifications to parent. | ||
| 559 | */ | ||
| 560 | #define SIGNAL_CLD_STOPPED 0x00000010 | ||
| 561 | #define SIGNAL_CLD_CONTINUED 0x00000020 | ||
| 562 | #define SIGNAL_CLD_MASK (SIGNAL_CLD_STOPPED|SIGNAL_CLD_CONTINUED) | ||
| 557 | 563 | ||
| 558 | /* If true, all threads except ->group_exit_task have pending SIGKILL */ | 564 | /* If true, all threads except ->group_exit_task have pending SIGKILL */ |
| 559 | static inline int signal_group_exit(const struct signal_struct *sig) | 565 | static inline int signal_group_exit(const struct signal_struct *sig) |
