aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/uapi/linux/prctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/prctl.h b/include/uapi/linux/prctl.h
index 961ea4e61b1..362274c07d3 100644
--- a/include/uapi/linux/prctl.h
+++ b/include/uapi/linux/prctl.h
@@ -194,6 +194,6 @@ struct prctl_mm_map {
* arg2 slack value, 0 means "use default"
* arg3 pid of the thread whose timer slack needs to be set
*/
-#define PR_SET_TIMERSLACK_PID 47
+#define PR_SET_TIMERSLACK_PID 127
#endif /* _LINUX_PRCTL_H */