On 9/3/21 1:47 AM, [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
I think I gave you an
Acked-by: Richard Henderson <[email protected]>