tst: memfs-fuse3: testing

This commit is contained in:
Bill Zissimopoulos
2019-10-07 18:32:25 -07:00
parent d3d75bf977
commit ce20747534
2 changed files with 15 additions and 7 deletions

View File

@@ -22,6 +22,13 @@
#ifndef COMPAT_H_INCLUDED
#define COMPAT_H_INCLUDED
#if defined(_WIN32) && defined(FSP_FUSE_SYM)
#include <winfsp/winfsp.h>
#undef fuse_main
#define fuse_main(argc, argv, ops, data)\
(FspLoad(0), fuse_main_real(argc, argv, ops, sizeof *(ops), data))
#endif
#if !defined(_WIN32) && !defined(fuse_stat)
#define fuse_uid_t uid_t