* process.c (prctl_options): Add more constants.
2008-04-19 Dmitry V. Levin <ldv@altlinux.org>
+ * process.c (prctl_options): Add more constants.
+
* linux/syscallent.h: Use sys_prctl() decoder for "prctl" syscall.
* linux/alpha/syscallent.h: Likewise.
* linux/arm/syscallent.h: Likewise.
#ifdef PR_GET_PDEATHSIG
{ PR_GET_PDEATHSIG, "PR_GET_PDEATHSIG" },
#endif
+#ifdef PR_GET_DUMPABLE
+ { PR_GET_DUMPABLE, "PR_GET_DUMPABLE" },
+#endif
+#ifdef PR_SET_DUMPABLE
+ { PR_SET_DUMPABLE, "PR_SET_DUMPABLE" },
+#endif
#ifdef PR_GET_UNALIGN
{ PR_GET_UNALIGN, "PR_GET_UNALIGN" },
#endif