Browse Source

fs_stat.hpp

nix-debugging
Antonio SJ Musumeci 2 days ago
parent
commit
95ff413734
  1. 2
      src/fs_stat.hpp

2
src/fs_stat.hpp

@ -98,6 +98,6 @@ namespace fs
} }
die("Should never reach this"); die("Should never reach this");
return -ENOENT;
return -EINVAL;
} }
} }
Loading…
Cancel
Save