diff options
author | Warner Losh <imp@FreeBSD.org> | 2021-08-05 13:36:41 -0600 |
---|---|---|
committer | Warner Losh <imp@bsdimp.com> | 2021-09-10 14:13:06 -0600 |
commit | 366c5c9f8d8222443c09fccdd7b7e164aae1c671 (patch) | |
tree | 66e033cf424ac504d91ff7357f6c605755c7620d /bsd-user/mmap.c | |
parent | 2ab2b01c2b75d75758255c66ece81fde636e7f2b (diff) | |
download | qemu-366c5c9f8d8222443c09fccdd7b7e164aae1c671.zip qemu-366c5c9f8d8222443c09fccdd7b7e164aae1c671.tar.gz qemu-366c5c9f8d8222443c09fccdd7b7e164aae1c671.tar.bz2 |
bsd-user: Rewrite target system call definintion glue
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 <sson@FreeBSD.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Kyle Evans <kevans@FreeBSD.org>
Diffstat (limited to 'bsd-user/mmap.c')
-rw-r--r-- | bsd-user/mmap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bsd-user/mmap.c b/bsd-user/mmap.c index 0ac1b92..03119b1 100644 --- a/bsd-user/mmap.c +++ b/bsd-user/mmap.c @@ -20,8 +20,6 @@ #include "qemu.h" #include "qemu-common.h" -#include "bsd-mman.h" -#include "exec/exec-all.h" //#define DEBUG_MMAP |