Import 2.3.7pre7
[davej-history.git] / include / linux / prctl.h
blobf08f3c36ed40d3b758319d99aa8770c523510808
1 #ifndef _LINUX_PRCTL_H
2 #define _LINUX_PRCTL_H
4 /* Values to pass as first argument to prctl() */
6 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */
9 #endif /* _LINUX_PRCTL_H */