Commit b8df8514 authored by Max Kellermann's avatar Max Kellermann

io/FileDescriptor: use std::size_t

parent a584141c
...@@ -248,7 +248,7 @@ public: ...@@ -248,7 +248,7 @@ public:
* Write until all of the given buffer has been written. * Write until all of the given buffer has been written.
* Throws on error. * Throws on error.
*/ */
void FullWrite(const void *buffer, size_t length); void FullWrite(const void *buffer, std::size_t length);
#ifndef _WIN32 #ifndef _WIN32
int Poll(short events, int timeout) const noexcept; int Poll(short events, int timeout) const noexcept;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment