|
@@ -1374,7 +1374,7 @@ struct task_struct {
|
|
int exit_state;
|
|
int exit_state;
|
|
int exit_code, exit_signal;
|
|
int exit_code, exit_signal;
|
|
int pdeath_signal; /* The signal sent when the parent dies */
|
|
int pdeath_signal; /* The signal sent when the parent dies */
|
|
- unsigned int jobctl; /* JOBCTL_*, siglock protected */
|
|
|
|
|
|
+ unsigned long jobctl; /* JOBCTL_*, siglock protected */
|
|
|
|
|
|
/* Used for emulating ABI behavior of previous Linux versions */
|
|
/* Used for emulating ABI behavior of previous Linux versions */
|
|
unsigned int personality;
|
|
unsigned int personality;
|