]> granicus.if.org Git - strace/commit
MAP_ANON is the same as MAP_ANONYMOUS, no need to have the former
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 17 Mar 2012 00:29:40 +0000 (01:29 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 17 Mar 2012 00:29:40 +0000 (01:29 +0100)
commit2897fb3437eb27897b23a2e894a214e6d7c3b362
tree85a227e5a241dc7370f746357a5f7057681aa127
parent3e3490acf776124a52c0315a113cb2e364d1bc40
MAP_ANON is the same as MAP_ANONYMOUS, no need to have the former

* mem.c: Do not allocate string for MAP_ANON if it is the same as
MAP_ANONYMOUS.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
mem.c