diff options
author | kinan-sarmini <kinan-sarmini@yandex-team.ru> | 2022-02-10 16:51:47 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:47 +0300 |
commit | 3ceb84696d5141dce2da03d35b8040d6d932bb0c (patch) | |
tree | 0211c83d3394f9f5e194efe20114f7e8847b3f64 /util/system/filemap.h | |
parent | 0831cac87ab5748ed91187b7d1832aeebb854fc6 (diff) | |
download | ydb-3ceb84696d5141dce2da03d35b8040d6d932bb0c.tar.gz |
Restoring authorship annotation for <kinan-sarmini@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/filemap.h')
-rw-r--r-- | util/system/filemap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/filemap.h b/util/system/filemap.h index 11be64bff4..6b820824b2 100644 --- a/util/system/filemap.h +++ b/util/system/filemap.h @@ -56,7 +56,7 @@ struct TMemoryMapCommon { oAccessMask = 7, oNotGreedy = 8, oPrecharge = 16, - oPopulate = 32, // Populate page table entries (see mmap's MAP_POPULATE) + oPopulate = 32, // Populate page table entries (see mmap's MAP_POPULATE) }; Y_DECLARE_FLAGS(EOpenMode, EOpenModeFlag) |