qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 5/9] bsd-user/mmap.c: mmap prefer MAP_ANON for BSD


From: Richard Henderson
Subject: Re: [PATCH v2 5/9] bsd-user/mmap.c: mmap prefer MAP_ANON for BSD
Date: Thu, 23 Sep 2021 10:38:27 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 9/21/21 9:56 PM, Warner Losh wrote:
MAP_ANON and MAP_ANONYMOUS are identical. Prefer MAP_ANON for BSD since
the file is now a confusing mix of the two.

Signed-off-by: Warner Losh<imp@bsdimp.com>
Reviewed-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
---
  bsd-user/mmap.c | 11 +++++------
  1 file changed, 5 insertions(+), 6 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]