Merge branch 'v0.22.x'

This commit is contained in:
Max Kellermann
2021-03-10 21:06:12 +01:00
16 changed files with 565 additions and 352 deletions

View File

@@ -147,10 +147,13 @@ public:
#ifdef _WIN32
void EnableCloseOnExec() noexcept {}
void DisableCloseOnExec() noexcept {}
void SetBinaryMode() noexcept;
#else
static bool CreatePipeNonBlock(FileDescriptor &r,
FileDescriptor &w) noexcept;
void SetBinaryMode() noexcept {}
/**
* Enable non-blocking mode on this file descriptor.
*/