mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
rpcs3/util/vm_native.cpp:302:16: error: no member named 'memfd_create' in the global namespace
m_file = ::memfd_create_("2M", c_mfd_huge_2mb);
~~^
rpcs3/util/vm_native.cpp:34:23: note: expanded from macro 'memfd_create_'
#define memfd_create_ memfd_create
^
rpcs3/util/vm_native.cpp:308:15: error: no member named 'memfd_create' in the global namespace
m_file = ::memfd_create_("", 0);
~~^
rpcs3/util/vm_native.cpp:34:23: note: expanded from macro 'memfd_create_'
#define memfd_create_ memfd_create
^
|
||
|---|---|---|
| .. | ||
| asm.hpp | ||
| atomic.cpp | ||
| atomic.hpp | ||
| auto_typemap.hpp | ||
| cpu_stats.cpp | ||
| cpu_stats.hpp | ||
| dyn_lib.cpp | ||
| dyn_lib.hpp | ||
| endian.hpp | ||
| fifo_mutex.hpp | ||
| fixed_typemap.hpp | ||
| fnv_hash.hpp | ||
| init_mutex.hpp | ||
| logs.cpp | ||
| logs.hpp | ||
| media_utils.cpp | ||
| media_utils.h | ||
| serialization.hpp | ||
| shared_ptr.hpp | ||
| slow_mutex.hpp | ||
| sysinfo.cpp | ||
| sysinfo.hpp | ||
| to_endian.hpp | ||
| typeindices.hpp | ||
| types.hpp | ||
| v128.hpp | ||
| v128sse.hpp | ||
| vm.hpp | ||
| vm_native.cpp | ||
| yaml.cpp | ||
| yaml.hpp | ||