From 6f71b0e5a28dbe933d3c9b0c8d92b061725d544b Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sat, 30 Nov 2024 19:17:32 +0200 Subject: [PATCH] AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA --- third_party/host_memory/host_memory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/host_memory/host_memory.cpp b/third_party/host_memory/host_memory.cpp index 979e7cb8..8ae0d857 100644 --- a/third_party/host_memory/host_memory.cpp +++ b/third_party/host_memory/host_memory.cpp @@ -442,9 +442,9 @@ namespace Common { // XXX Drop after FreeBSD 12.* reaches EOL on 2024-06-30 fd = shm_open(SHM_ANON, O_RDWR, 0600); #elif defined(__ANDROID__) - fd = memfd_create("HostMemory", 0); -#else fd = ASharedMemory_create("HostMemory", 0); +#else + fd = memfd_create("HostMemory", 0); #endif #ifdef USING_FD