From 282dce564a6cd33469f6b82ce94582bc4d9121be Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 12 Feb 2020 21:42:20 +0300 Subject: Rename fdnull() to fdopen_null() --- libbutl/fdstream.mxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbutl/fdstream.mxx') diff --git a/libbutl/fdstream.mxx b/libbutl/fdstream.mxx index 41b8748..0d56131 100644 --- a/libbutl/fdstream.mxx +++ b/libbutl/fdstream.mxx @@ -812,10 +812,10 @@ LIBBUTL_MODEXPORT namespace butl // #ifndef _WIN32 LIBBUTL_SYMEXPORT auto_fd - fdnull (); + fdopen_null (); #else LIBBUTL_SYMEXPORT auto_fd - fdnull (bool temp = false); + fdopen_null (bool temp = false); #endif struct fdpipe -- cgit v1.1