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<i...@bsdimp.com> Reviewed-by: Philippe Mathieu-Daudé<f4...@amsat.org> --- bsd-user/mmap.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~