summaryrefslogtreecommitdiffstats
path: root/include/linux/prctl.h
blob: 3382a6a5732f54207ae187e94946aafa50773d9d (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _LINUX_PRCTL_H
#define _LINUX_PRCTL_H

/* Values to pass as first argument to prctl() */

#define PR_SET_PDEATHSIG  1  /* Second arg is a signal */
#define PR_GET_PDEATHSIG  2  /* Second arg is a ptr to return the signal */


#endif /* _LINUX_PRCTL_H */