On 4/5/23 14:36, Warner Losh wrote:
On BSD, all architectures have the same mmap flags. Since we don't translate the flags, we don't need these defines here. We can't cross-run different BSD binaries.Signed-off-by: Warner Losh<i...@bsdimp.com> --- bsd-user/syscall_defs.h | 36 ------------------------------------ 1 file changed, 36 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~