selfpatch-slr/subject/sub/second.c

8 lines
142 B
C

#include "task_struct.h"
static struct task_struct global = { .pid = 0, .comm = "second_global" };
int second_pid() {
return global.pid;
}