aboutsummaryrefslogtreecommitdiff
path: root/libbutl/fdstream.mxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/fdstream.mxx')
-rw-r--r--libbutl/fdstream.mxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbutl/fdstream.mxx b/libbutl/fdstream.mxx
index cf52601..440e637 100644
--- a/libbutl/fdstream.mxx
+++ b/libbutl/fdstream.mxx
@@ -669,10 +669,10 @@ LIBBUTL_MODEXPORT namespace butl
//
#ifndef _WIN32
LIBBUTL_SYMEXPORT auto_fd
- fdnull () noexcept;
+ fdnull ();
#else
LIBBUTL_SYMEXPORT auto_fd
- fdnull (bool temp = false) noexcept;
+ fdnull (bool temp = false);
#endif
struct fdpipe