diff options
author | kinan-sarmini <[email protected]> | 2022-02-10 16:51:47 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:47 +0300 |
commit | 68a7c0941a56f80e7e4a500f483ae9b33be1084c (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/system/filemap.h | |
parent | 3ceb84696d5141dce2da03d35b8040d6d932bb0c (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 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 6b820824b22..11be64bff47 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) |