mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
6408cc8958
syscall - On older systems, you'll have to include linux/memfd.h for the MFD_ defines, and call memfd_create() via the the syscall(2) wrapper (and include unistd.h and sys/syscall.h for it work). We exclude linux/memfd.h header include because we already provide the MFD_ defines in case they are missing