diff options
author | kulikov <kulikov@yandex-team.ru> | 2022-02-10 16:49:34 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:34 +0300 |
commit | c707901605d7b7c6cba0998cd52e1ae619c97762 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/file.h | |
parent | 65e5266709e7ff94b14ae128309e229de714b0df (diff) | |
download | ydb-c707901605d7b7c6cba0998cd52e1ae619c97762.tar.gz |
Restoring authorship annotation for <kulikov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/file.h')
-rw-r--r-- | util/system/file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/file.h b/util/system/file.h index 3b18ae07ce..9502e159b6 100644 --- a/util/system/file.h +++ b/util/system/file.h @@ -186,8 +186,8 @@ public: // Retries incomplete reads until EOF, throws on error size_t Pread(void* buf, size_t len, i64 offset) const; - // Single pread call - i32 RawPread(void* buf, ui32 len, i64 offset) const; + // Single pread call + i32 RawPread(void* buf, ui32 len, i64 offset) const; // Reads exactly len bytes, throws on premature EOF or error void Pload(void* buf, size_t len, i64 offset) const; |