[PATCH v4 07/40] bsd-user: Remove mmap defines
Warner Losh <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
These defines are not used, remove them. They aren't in blitz anymore. A future commit will cleanup several mmap issues, not least the obvious mismatch in the flags here. Signed-off-by: Warner Losh <[email protected]> --- bsd-user/syscall_defs.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/bsd-user/syscall_defs.h b/bsd-user/syscall_defs.h index 7e70d6ad57..7646a52744 100644 --- a/bsd-user/syscall_defs.h +++ b/bsd-user/syscall_defs.h @@ -121,20 +121,6 @@ struct target_msgbuf { /* * sys/mman.h */ -#define TARGET_MADV_DONTNEED 4 /* dont need these pages */ - -#define TARGET_FREEBSD_MAP_RESERVED0080 0x0080 /* previously misimplemented */ - /* MAP_INHERIT */ -#define TARGET_FREEBSD_MAP_RESERVED0100 0x0100 /* previously unimplemented */ - /* MAP_NOEXTEND */ -#define TARGET_FREEBSD_MAP_STACK 0x0400 /* region grows down, like a */ - /* stack */ -#define TARGET_FREEBSD_MAP_NOSYNC 0x0800 /* page to but do not sync */ - /* underlying file */ - -#define TARGET_FREEBSD_MAP_FLAGMASK 0x1ff7 - -/* XXX */ #define TARGET_BSD_MAP_FLAGMASK 0x3ff7 /* -- 2.55.0