[PATCH] process.c (prctl_options): Update constants from linux 2.6.27
Dmitry V. Levin
ldv at altlinux.org
Tue Nov 11 00:39:27 UTC 2008
I installed this obvious patch:
--- process.c
+++ process.c
@@ -186,9 +186,6 @@ static const struct xlat prctl_options[] = {
#ifdef PR_GETNSHARE
{ PR_GETNSHARE, "PR_GETNSHARE" },
#endif
-#if defined(PR_SET_PDEATHSIG)
- { PR_SET_PDEATHSIG, "PR_SET_PDEATHSIG" },
-#endif
#ifdef PR_COREPID
{ PR_COREPID, "PR_COREPID" },
#endif
@@ -217,10 +214,10 @@ static const struct xlat prctl_options[] = {
{ PR_SET_UNALIGN, "PR_SET_UNALIGN" },
#endif
#ifdef PR_GET_KEEPCAPS
- { PR_GET_KEEPCAPS, "PR_GET_KEEP_CAPS" },
+ { PR_GET_KEEPCAPS, "PR_GET_KEEPCAPS" },
#endif
#ifdef PR_SET_KEEPCAPS
- { PR_SET_KEEPCAPS, "PR_SET_KEEP_CAPS" },
+ { PR_SET_KEEPCAPS, "PR_SET_KEEPCAPS" },
#endif
#ifdef PR_GET_FPEMU
{ PR_GET_FPEMU, "PR_GET_FPEMU" },
@@ -258,6 +255,18 @@ static const struct xlat prctl_options[] = {
#ifdef PR_SET_SECCOMP
{ PR_SET_SECCOMP, "PR_SET_SECCOMP" },
#endif
+#ifdef PR_GET_TSC
+ { PR_GET_TSC, "PR_GET_TSC" },
+#endif
+#ifdef PR_SET_TSC
+ { PR_SET_TSC, "PR_SET_TSC" },
+#endif
+#ifdef PR_GET_SECUREBITS
+ { PR_GET_SECUREBITS, "PR_GET_SECUREBITS" },
+#endif
+#ifdef PR_SET_SECUREBITS
+ { PR_SET_SECUREBITS, "PR_SET_SECUREBITS" },
+#endif
{ 0, NULL },
};
--
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20081111/be854e2b/attachment.bin>
More information about the Strace-devel
mailing list