]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
c-r-prctl-add-ability-to-get-clear_tid_address-fix
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 4 Apr 2012 00:08:37 +0000 (10:08 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 11 Apr 2012 04:45:56 +0000 (14:45 +1000)
fix prctl numbering

Cc: Andrew Vagin <avagin@openvz.org>
Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Pavel Emelyanov <xemul@parallels.com>
Cc: Pedro Alves <palves@redhat.com>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/prctl.h

index 203fcd4476ae87baeace6e93b42b831093158086..ecbe30eef8a5f2d05822fe437dd05f986920b7f6 100644 (file)
 #define PR_SET_CHILD_SUBREAPER 36
 #define PR_GET_CHILD_SUBREAPER 37
 
-#define PR_GET_TID_ADDRESS             36
+#define PR_GET_TID_ADDRESS     38
 
 #endif /* _LINUX_PRCTL_H */