From e283b08481cfec9aa55b3ddbf369d632c7aa7b0f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Mar 2021 15:53:49 +0200 Subject: Add fdstat() --- libbutl/filesystem.mxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbutl/filesystem.mxx') diff --git a/libbutl/filesystem.mxx b/libbutl/filesystem.mxx index 7506439..eb03ab2 100644 --- a/libbutl/filesystem.mxx +++ b/libbutl/filesystem.mxx @@ -125,6 +125,8 @@ LIBBUTL_MODEXPORT namespace butl // std::system_error, unless ignore_error is true (in which case erroneous // entries are treated as non-existent). // + // See also fdstat() in fdstream. + // LIBBUTL_SYMEXPORT std::pair path_entry (const char*, bool follow_symlinks = false, -- cgit v1.1