Skip to content

Commit

Permalink
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat committed Nov 30, 2024
1 parent ec13e1c commit 6f71b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/host_memory/host_memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f71b0e

Please sign in to comment.