ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.73k stars 267 forks source link

Try to fix mmap64 already defined error in custommem.c #1552

Closed rtissera closed 3 months ago

rtissera commented 3 months ago

As you suggested, I added a barebones custommap.c file and it passes compilation and linking in my buildroot GCC 13.3 cross-compilation toolchain to arm64 / rv64.

It can probably be tidied up.