Re: [PATCH 08/16] bsd-user: Remove useless mmap definitions

2023-04-08 Thread Richard Henderson
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 --- bsd-user/syscall_defs.h | 36 -

[PATCH 08/16] bsd-user: Remove useless mmap definitions

2023-04-05 Thread Warner Losh
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 --- bsd-user/syscall_defs.h | 36 1 file changed, 36 deletions(-)