aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Lawrence <paullawrence@google.com>2019-07-23 10:42:33 -0700
committerPaul Lawrence <paullawrence@google.com>2019-07-23 10:42:33 -0700
commit94aa887ceddccff63f23e3765b049044d47173c1 (patch)
treea9d4f38832ec99a41c9d2646cdf3341c2d931af1 /lib
parentf082a5799a4de593ed7106b47a86060a214b7fdb (diff)
downloadlibfuse-94aa887ceddccff63f23e3765b049044d47173c1.tar.gz
Remove GPL files
Make compile on Android
Diffstat (limited to 'lib')
-rw-r--r--lib/android_config.h2
-rw-r--r--lib/config.h42
-rw-r--r--lib/fuse_versionscript2
3 files changed, 44 insertions, 2 deletions
diff --git a/lib/android_config.h b/lib/android_config.h
new file mode 100644
index 0000000..b05b316
--- /dev/null
+++ b/lib/android_config.h
@@ -0,0 +1,2 @@
+#define pthread_setcancelstate(x, y)
+#define pthread_cancel(c)
diff --git a/lib/config.h b/lib/config.h
new file mode 100644
index 0000000..2e1624d
--- /dev/null
+++ b/lib/config.h
@@ -0,0 +1,42 @@
+/*
+ * Autogenerated by the Meson build system.
+ * Do not edit, your changes will be lost.
+ */
+
+#pragma once
+
+#define HAVE_COPY_FILE_RANGE
+
+#define HAVE_FALLOCATE
+
+#define HAVE_FDATASYNC
+
+#define HAVE_FORK
+
+#define HAVE_FSTATAT
+
+#define HAVE_ICONV
+
+#define HAVE_OPENAT
+
+#define HAVE_PIPE2
+
+#define HAVE_POSIX_FALLOCATE
+
+#define HAVE_READLINKAT
+
+#define HAVE_SETXATTR
+
+#define HAVE_SPLICE
+
+#define HAVE_STRUCT_STAT_ST_ATIM
+
+#undef HAVE_STRUCT_STAT_ST_ATIMESPEC
+
+#define HAVE_UTIMENSAT
+
+#define HAVE_VMSPLICE
+
+#define PACKAGE_VERSION "3.6.1"
+
+#include "android_config.h"
diff --git a/lib/fuse_versionscript b/lib/fuse_versionscript
index 00f955d..141deca 100644
--- a/lib/fuse_versionscript
+++ b/lib/fuse_versionscript
@@ -82,7 +82,6 @@ FUSE_3.0 {
fuse_fs_unlink;
fuse_fs_utimens;
fuse_fs_write;
- fuse_register_module;
fuse_reply_iov;
fuse_version;
fuse_pkgversion;
@@ -156,7 +155,6 @@ FUSE_3.3 {
FUSE_3.4 {
global:
fuse_fs_copy_file_range;
- fuse_reply_copy_file_range;
} FUSE_3.3;
# Local Variables: