Commit 66e74900 authored by Max Kellermann's avatar Max Kellermann

system/UniqueFileDescriptor: expose CheckDuplicate()

parent aadc735d
......@@ -100,6 +100,7 @@ public:
using FileDescriptor::EnableCloseOnExec;
using FileDescriptor::DisableCloseOnExec;
using FileDescriptor::Duplicate;
using FileDescriptor::CheckDuplicate;
static bool CreatePipe(FileDescriptor &r, FileDescriptor &w);
#endif
......
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