Home
last modified time | relevance | path

Searched hist:"953 b69cc06fe3ae5fa1c157f17f054fa95620f38" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/bsd-user/
H A Dmmap.cdiff 953b69cc06fe3ae5fa1c157f17f054fa95620f38 Thu Sep 16 19:45:28 CDT 2021 Warner Losh <imp@bsdimp.com> bsd-user/mmap.c: mmap prefer MAP_ANON for BSD

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>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Kyle Evans <kevans@FreeBSD.org>