managarm fixed their memfd

This commit is contained in:
lizzie 2026-05-28 17:36:53 +00:00
parent d1064cb611
commit 06d4cef63e
2 changed files with 6 additions and 6 deletions

View file

@ -77,7 +77,7 @@ private:
size_t backing_size{};
size_t virtual_size{};
#if !(defined(__OPENORBIS__) || defined(__managarm__))
#if !defined(__OPENORBIS__)
// Low level handler for the platform dependent memory routines
class Impl;
std::unique_ptr<Impl> impl;