summaryrefslogtreecommitdiff
path: root/core/glibc/glibc-2.18-xattr-compat-hack.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2014-07-26 16:19:13 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2014-07-26 16:19:13 -0500
commitc2d684969b73207dc981f9d592bb2e82fd5f2562 (patch)
tree14d69062b30f4165d611b5c88ebf382f6e0c03b9 /core/glibc/glibc-2.18-xattr-compat-hack.patch
parentff8cef8887e9c4b646c4aeebb39fea22c63fba23 (diff)
Updating gcc to 4.9.0
Diffstat (limited to 'core/glibc/glibc-2.18-xattr-compat-hack.patch')
-rw-r--r--core/glibc/glibc-2.18-xattr-compat-hack.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/core/glibc/glibc-2.18-xattr-compat-hack.patch b/core/glibc/glibc-2.18-xattr-compat-hack.patch
deleted file mode 100644
index 7486922d7..000000000
--- a/core/glibc/glibc-2.18-xattr-compat-hack.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -Naur glibc-2.18-orig/misc/sys/xattr.h glibc-2.18/misc/sys/xattr.h
---- glibc-2.18-orig/misc/sys/xattr.h 2013-08-11 08:52:55.000000000 +1000
-+++ glibc-2.18/misc/sys/xattr.h 2014-01-07 15:45:50.533969040 +1000
-@@ -26,13 +26,8 @@
-
- /* The following constants should be used for the fifth parameter of
- `*setxattr'. */
--enum
--{
-- XATTR_CREATE = 1, /* set value, fail if attr already exists. */
--#define XATTR_CREATE XATTR_CREATE
-- XATTR_REPLACE = 2 /* set value, fail if attr does not exist. */
--#define XATTR_REPLACE XATTR_REPLACE
--};
-+#define XATTR_CREATE 1
-+#define XATTR_REPLACE 2
-
- /* Set the attribute NAME of the file pointed to by PATH to VALUE (which
- is SIZE bytes long). Return 0 on success, -1 for errors. */