[PATCH 1/2] mmap: decode MAP_UNINITIALIZE
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Tue Jan 22 09:16:42 UTC 2013
On 21 January 2013 15:23, Dmitry V. Levin <ldv at altlinux.org> wrote:
> 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?
ugh, it seems that the name changed mid-flight :(
So yes, i mean MAP_UNINITIALIZED, i will change uClibc to add the 'D'.
Do you want me to resend this hunk with the D added or can you take
care of this?
thanks,
More information about the Strace-devel
mailing list