[PATCH 1/2] mmap: decode MAP_UNINITIALIZE
Dmitry V. Levin
ldv at altlinux.org
Mon Jan 21 14:23:22 UTC 2013
On Mon, Jan 21, 2013 at 02:36:55PM +0100, Bernhard Reutner-Fischer wrote:
> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
> ---
> mem.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/mem.c b/mem.c
> index 0279030..53fcf85 100644
> --- a/mem.c
> +++ b/mem.c
> @@ -159,6 +159,9 @@ static const struct xlat mmap_flags[] = {
> #ifdef MAP_STACK
> { MAP_STACK, "MAP_STACK" },
> #endif
> +#ifdef MAP_UNINITIALIZE
> + { MAP_UNINITIALIZE,"MAP_UNINITIALIZE"},
> +#endif
> #ifdef MAP_NOSYNC
> { MAP_NOSYNC, "MAP_NOSYNC" },
> #endif
You mean MAP_UNINITIALIZED?
--
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20130121/73b1160a/attachment.bin>
More information about the Strace-devel
mailing list