Update PR_* constants

* process.c (prctl_options): Add PR_SET_PTRACER.
This commit is contained in:
Дмитрий Левин 2013-05-13 18:34:15 +00:00
parent 2a3d27552f
commit 7a0fb38386

View File

@ -259,6 +259,9 @@ static const struct xlat prctl_options[] = {
#ifdef PR_SET_MM
{ PR_SET_MM, "PR_SET_MM" },
#endif
#ifdef PR_SET_PTRACER
{ PR_SET_PTRACER, "PR_SET_PTRACER" },
#endif
#ifdef PR_SET_CHILD_SUBREAPER
{ PR_SET_CHILD_SUBREAPER, "PR_SET_CHILD_SUBREAPER" },
#endif