mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
When global <sys/mman.h> was removed from tile.h it also removed <unistd.h> nearby. This exposes the lack of <unistd.h> being included where needed using APIs like close()/read()/unlink()/isatty() the WASM build seems to show this as the header file set is structured differently.