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.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbutl/fdstream.cxx') diff --git a/libbutl/fdstream.cxx b/libbutl/fdstream.cxx index 365174d..b58240c 100644 --- a/libbutl/fdstream.cxx +++ b/libbutl/fdstream.cxx @@ -1217,7 +1217,7 @@ namespace butl } auto_fd - fdnull () + fdopen_null () { int fd (open ("/dev/null", O_RDWR | O_CLOEXEC)); @@ -1483,7 +1483,7 @@ namespace butl } auto_fd - fdnull (bool temp) + fdopen_null (bool temp) { // No need to translate \r\n before sending it to void. // -- cgit v1.1