libretroadmin 6408cc8958 Make memfd_create call more backwards compatible by calling it through
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
2022-05-31 19:45:55 +02:00
..
2022-05-17 13:21:56 +02:00
2022-05-29 00:51:28 -04:00
2022-05-23 22:55:41 +01:00
2022-04-22 05:39:14 +02:00
2022-05-23 20:40:31 +02:00
2022-05-21 16:31:10 +02:00
2020-10-05 21:54:07 +02:00
2021-12-19 16:58:01 +01:00
2020-08-15 00:35:15 +02:00
2022-05-20 20:46:00 +02:00
2020-08-25 20:39:06 +02:00