diff options
| author | phud <[email protected]> | 2022-02-10 16:51:45 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:45 +0300 |
| commit | d96d43aa41d3bdd060cd182ca9c472e667bfcf2c (patch) | |
| tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/system/info.h | |
| parent | 0a405889878cba55d4d7cf8b5256bacc364bee9c (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/info.h')
| -rw-r--r-- | util/system/info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/info.h b/util/system/info.h index b7f87ab7c9b..73ebe48a9ae 100644 --- a/util/system/info.h +++ b/util/system/info.h @@ -8,5 +8,5 @@ namespace NSystemInfo { size_t LoadAverage(double* la, size_t len); size_t GetPageSize() noexcept; size_t TotalMemorySize(); - size_t MaxOpenFiles(); + size_t MaxOpenFiles(); } |
