aboutsummaryrefslogtreecommitdiff
path: root/libbutl/fdstream.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-26 13:44:24 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-27 12:22:19 +0300
commit72450e72e400eb03325ca182f0e118fde8cd1705 (patch)
tree8e7d7c9fba4b99d047c1f770dcb85479b2c0ede1 /libbutl/fdstream.hxx
parent3fae4ef8b228374c865bc0afcb1041eabae5a111 (diff)
Add support for printing progress
Diffstat (limited to 'libbutl/fdstream.hxx')
-rw-r--r--libbutl/fdstream.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbutl/fdstream.hxx b/libbutl/fdstream.hxx
index 6673fed..fa62ff4 100644
--- a/libbutl/fdstream.hxx
+++ b/libbutl/fdstream.hxx
@@ -596,6 +596,8 @@ namespace butl
fdmode (int, fdstream_mode);
// Portable functions for obtaining file descriptors of standard streams.
+ // Throw ios::failure on the underlying OS error.
+ //
// Note that you normally wouldn't want to close them using fddup() to
// convert them to auto_fd, for example:
//