On Thu, Sep 2, 2021 at 6:54 PM <i...@bsdimp.com> wrote: > > From: Warner Losh <i...@freebsd.org> > > Rewrite target definnitions to interface with the FreeBSD system calls. > This covers basic types (time_t, iovec, umtx_time, timespec, timeval, > rusage, rwusage) and basic defines (mmap, rusage). Also included are > FreeBSD version-specific variations. > > Signed-off-by: Stacey Son <s...@freebsd.org> > Signed-off-by: Warner Losh <i...@bsdimp.com> > --- > bsd-user/bsd-mman.h | 121 -------------------- > bsd-user/mmap.c | 2 - > bsd-user/syscall_defs.h | 247 ++++++++++++++++++++++++++-------------- > 3 files changed, 162 insertions(+), 208 deletions(-) > delete mode 100644 bsd-user/bsd-mman.h >
Reviewed-by: Kyle Evans <kev...@freebsd.org>