On Wed, Apr 22, 2020 at 07:33:11AM -0500, Eric W. Biederman wrote: > > +extern int core_uses_pid; > > +extern char core_pattern[]; > > +extern unsigned int core_pipe_limit; > > +extern int pid_max; > > +extern int pid_max_min, pid_max_max; > > These last two pid_max, pid_max_mind and pid_max_max would make more > sense in pid.h as they have nothing to do with coredumps. Done for the next version.