From c579be859e9974b6f2ded0dc7623d61527bbe44b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 23 Nov 2022 08:44:01 +0200 Subject: Add fdstream_mode::none value --- libbutl/fdstream.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libbutl') diff --git a/libbutl/fdstream.hxx b/libbutl/fdstream.hxx index 59cf2ff..72634f5 100644 --- a/libbutl/fdstream.hxx +++ b/libbutl/fdstream.hxx @@ -279,7 +279,9 @@ namespace butl binary = 0x02, skip = 0x04, blocking = 0x08, - non_blocking = 0x10 + non_blocking = 0x10, + + none = 0 }; inline fdstream_mode operator& (fdstream_mode, fdstream_mode); -- cgit v1.1