Import 2.3.25pre1
[davej-history.git] / include / linux / prctl.h
blobd8ae9689cbeaf5ce70e8fbb9ab314a1b7c96a669
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 */
7 #define PR_GET_PDEATHSIG 2 /* Second arg is a ptr to return the signal */
9 /* Get/set current->dumpable */
10 #define PR_GET_DUMPABLE 3
11 #define PR_SET_DUMPABLE 4
13 #endif /* _LINUX_PRCTL_H */