On Thu, Sep 2, 2021 at 6:54 PM <[email protected]> wrote:
>
> From: Warner Losh <[email protected]>
>
> 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 <[email protected]>
> Signed-off-by: Warner Losh <[email protected]>
> ---
>  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 <[email protected]>

Reply via email to