aboutsummaryrefslogtreecommitdiff
path: root/libbutl/filesystem.mxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-03-18 15:53:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-03-18 15:53:49 +0200
commite283b08481cfec9aa55b3ddbf369d632c7aa7b0f (patch)
tree3186eb9775f0cbd00fdc6436a05e4b73546652e5 /libbutl/filesystem.mxx
parent4e2024e2e6b8309f2db6548e04e920f565a84b0b (diff)
Add fdstat()fdstat
Diffstat (limited to 'libbutl/filesystem.mxx')
-rw-r--r--libbutl/filesystem.mxx2
1 files changed, 2 insertions, 0 deletions
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<bool, entry_stat>
path_entry (const char*,
bool follow_symlinks = false,