diff options
author | dtorilov <dtorilov@yandex-team.com> | 2024-03-28 21:07:32 +0300 |
---|---|---|
committer | dtorilov <dtorilov@yandex-team.com> | 2024-03-28 21:18:22 +0300 |
commit | 69da0d084c7045f516e59ff13afeb15a3f313b5d (patch) | |
tree | 03a0355dba12f54746d8f24133c1551d8fdaf5f4 /util/system/filemap.cpp | |
parent | 22f953d76634703f1ac2d06ec90fe270ceaafe74 (diff) | |
download | ydb-69da0d084c7045f516e59ff13afeb15a3f313b5d.tar.gz |
WebAssembly in util
b46c1e446c9d0f9393bf688b26db810f60add0f6
Diffstat (limited to 'util/system/filemap.cpp')
-rw-r--r-- | util/system/filemap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/filemap.cpp b/util/system/filemap.cpp index 957ad4ab32..8e25d84928 100644 --- a/util/system/filemap.cpp +++ b/util/system/filemap.cpp @@ -12,7 +12,7 @@ #include <sys/types.h> #include <sys/mman.h> - #if !defined(_linux_) + #if !defined(_linux_) && !defined(_emscripten_) #ifdef MAP_POPULATE #error unlisted platform supporting MAP_POPULATE #endif |