dll: fuse3: fuse2to3 implementation

This commit is contained in:
Bill Zissimopoulos
2018-07-18 04:11:20 -07:00
parent 3dc09b2496
commit ab3f3d2827
4 changed files with 277 additions and 44 deletions

View File

@ -759,6 +759,11 @@ FSP_FUSE_API struct fuse_context *fsp_fuse_get_context(struct fsp_fuse_env *env)
return context;
}
struct fuse_context *fsp_fuse_get_context_internal(void)
{
return TlsGetValue(fsp_fuse_tlskey);
}
FSP_FUSE_API int32_t fsp_fuse_ntstatus_from_errno(struct fsp_fuse_env *env,
int err)
{