termux-packages/root-packages/libfuse3/fuse_i.h.patch

20 lines
323 B
Diff
Raw Normal View History

2020-08-11 19:47:48 +02:00
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -8,6 +8,7 @@
#include "fuse.h"
#include "fuse_lowlevel.h"
+#include <stdatomic.h>
struct mount_opts;
@@ -64,6 +65,8 @@ struct fuse_session {
struct fuse_notify_req notify_list;
size_t bufsize;
int error;
+ atomic_flag cancel;
+ int *retval;
};
struct fuse_chan {