fuse_open.cpp

This commit is contained in:
Antonio SJ Musumeci
2024-04-12 09:00:32 -05:00
parent 1efaeada4e
commit 08e7a9e2b1
+10 -10
View File
@@ -280,16 +280,6 @@ _(const PassthroughEnum e_,
namespace FUSE
{
int
open(const char *fusepath_,
fuse_file_info_t *ffi_)
{
return open2(fusepath_,ffi_);
}
int
open2(const char *fusepath_,
fuse_file_info_t *ffi_)
@@ -333,4 +323,14 @@ namespace FUSE
return 0;
}
int
open(const char *fusepath_,
fuse_file_info_t *ffi_)
{
return open2(fusepath_,ffi_);
}
}