File.h: Implement fs::error::xdev

This commit is contained in:
Eladash 2023-07-21 12:06:46 +03:00 committed by Elad Ashkenazi
parent 465da5136d
commit 9291e2777d
2 changed files with 4 additions and 0 deletions

View file

@ -704,6 +704,7 @@ namespace fs
isdir,
toolong,
nospace,
xdev,
unknown
};