On Wed, Apr 06, 2016 at 02:52:09PM -0700, enh wrote:
> Before:
> 
>   prctl(0x53564d41 /* PR_??? */, 0, 0x7f8ab53000, 4096,
>         "atexit handlers") = 0
> 
> After:
> 
>   prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, 0x7fa8cbd000, 4096,
>         "atexit handlers") = 0
> 
> * prctl.c: hard-code PR_SET_VMA_ANON_NAME, the only current sub-option.
> * xlat/prctl_options.in: add the PR_SET_VMA constant.

Applied, thanks.


-- 
ldv

Attachment: pgpmZWn_28waZ.pgp
Description: PGP signature

------------------------------------------------------------------------------
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to