File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1093,12 +1093,6 @@ static int exec_mmap(struct mm_struct *mm)
1093
1093
return 0 ;
1094
1094
}
1095
1095
1096
- /*
1097
- * This function makes sure the current process has its own signal table,
1098
- * so that flush_signal_handlers can later reset the handlers without
1099
- * disturbing other processes. (Other processes might share the signal
1100
- * table via the CLONE_SIGHAND option to clone().)
1101
- */
1102
1096
static int de_thread (struct task_struct * tsk )
1103
1097
{
1104
1098
struct signal_struct * sig = tsk -> signal ;
@@ -1240,6 +1234,12 @@ static int de_thread(struct task_struct *tsk)
1240
1234
}
1241
1235
1242
1236
1237
+ /*
1238
+ * This function makes sure the current process has its own signal table,
1239
+ * so that flush_signal_handlers can later reset the handlers without
1240
+ * disturbing other processes. (Other processes might share the signal
1241
+ * table via the CLONE_SIGHAND option to clone().)
1242
+ */
1243
1243
static int unshare_sighand (struct task_struct * me )
1244
1244
{
1245
1245
struct sighand_struct * oldsighand = me -> sighand ;
You can’t perform that action at this time.
0 commit comments