aboutsummaryrefslogtreecommitdiffstats
path: root/main/qemu/uclibc-xattr-create.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/qemu/uclibc-xattr-create.patch')
-rw-r--r--main/qemu/uclibc-xattr-create.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/main/qemu/uclibc-xattr-create.patch b/main/qemu/uclibc-xattr-create.patch
deleted file mode 100644
index 53cc1dfe23a..00000000000
--- a/main/qemu/uclibc-xattr-create.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- ./include/qemu/xattr.h.orig
-+++ ./include/qemu/xattr.h
-@@ -24,6 +24,13 @@
- # include <attr/xattr.h>
- #else
- # define ENOATTR ENODATA
-+/* workaround for uclibc */
-+# ifdef XATTR_CREATE
-+# undef XATTR_CREATE
-+# endif
-+# ifdef XATTR_REPLACE
-+# undef XATTR_REPLACE
-+# endif
- # include <sys/xattr.h>
- #endif
-