From: Dmitry V. Levin Date: Mon, 13 May 2013 18:34:15 +0000 (+0000) Subject: Update PR_* constants X-Git-Tag: v4.8~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a0fb3838629aa53fa4c6b21a1cc11f67a1090df;p=strace Update PR_* constants * process.c (prctl_options): Add PR_SET_PTRACER. --- diff --git a/process.c b/process.c index 36f10ba6..2c619e7f 100644 --- a/process.c +++ b/process.c @@ -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