« Previous | Next » 

Revision 8d9016c0

ID8d9016c0919bab1fdf3a36c0f72d012924bb7efd

Added by Mike Frysinger about 13 years ago

linux-user: fix build errors for mmap2-only ports

The current print_mmap func is only enabled when the target supports the
mmap syscall, but both mmap and mmap2 syscalls use it. This leads to a
build failure when the target supports mmap2 but not mmap.

Signed-off-by: Mike Frysinger <>
Signed-off-by: Riku Voipio <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences