Browse Source

fuse_getattr.cpp

nix-debugging
Antonio SJ Musumeci 16 hours ago
parent
commit
bae6d544ff
  1. 1
      src/fuse_getattr.cpp

1
src/fuse_getattr.cpp

@ -121,6 +121,7 @@ _getattr(const fs::path &fusepath_,
strerror(-rv)
);
if(should_break(fusepath_))
raise(SIGTRAP);
}

Loading…
Cancel
Save