diff options
-rw-r--r-- | libbutl/fdstream.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
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); |