projects
/
platform
/
upstream
/
strace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8224758
)
Update prctl PR_* constants
author
Dmitry V. Levin
<ldv@altlinux.org>
Thu, 11 Dec 2014 20:54:34 +0000
(20:54 +0000)
committer
Dmitry V. Levin
<ldv@altlinux.org>
Thu, 11 Dec 2014 23:33:01 +0000
(23:33 +0000)
* xlat/prctl_options.in: Add PR_SET_THP_DISABLE, PR_GET_THP_DISABLE,
PR_MPX_ENABLE_MANAGEMENT, and PR_MPX_DISABLE_MANAGEMENT.
xlat/prctl_options.in
patch
|
blob
|
history
diff --git
a/xlat/prctl_options.in
b/xlat/prctl_options.in
index 9eabddd0bb9c636e6579eedb51c2d9c665abc4aa..478bea64023410364907055699b608a6ef11b37c 100644
(file)
--- a/
xlat/prctl_options.in
+++ b/
xlat/prctl_options.in
@@
-54,3
+54,7
@@
PR_GET_CHILD_SUBREAPER
PR_SET_NO_NEW_PRIVS
PR_GET_NO_NEW_PRIVS
PR_GET_TID_ADDRESS
+PR_SET_THP_DISABLE
+PR_GET_THP_DISABLE
+PR_MPX_ENABLE_MANAGEMENT
+PR_MPX_DISABLE_MANAGEMENT