diff options
-rw-r--r-- | meta/recipes-core/glibc/glibc/eglibc-use-option-groups.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-core/glibc/glibc/eglibc-use-option-groups.patch b/meta/recipes-core/glibc/glibc/eglibc-use-option-groups.patch index f61d459e5c..1910fccd3c 100644 --- a/meta/recipes-core/glibc/glibc/eglibc-use-option-groups.patch +++ b/meta/recipes-core/glibc/glibc/eglibc-use-option-groups.patch | |||
@@ -2819,26 +2819,6 @@ Index: git/misc/Makefile | |||
2819 | 2819 | ||
2820 | CFLAGS-select.c = -fexceptions -fasynchronous-unwind-tables | 2820 | CFLAGS-select.c = -fexceptions -fasynchronous-unwind-tables |
2821 | CFLAGS-tsearch.c = $(uses-callbacks) | 2821 | CFLAGS-tsearch.c = $(uses-callbacks) |
2822 | Index: git/misc/sys/xattr.h | ||
2823 | =================================================================== | ||
2824 | --- git.orig/misc/sys/xattr.h 2014-08-29 20:00:52.644070587 -0700 | ||
2825 | +++ git/misc/sys/xattr.h 2014-08-29 20:01:15.216070587 -0700 | ||
2826 | @@ -26,7 +26,6 @@ | ||
2827 | |||
2828 | /* The following constants should be used for the fifth parameter of | ||
2829 | `*setxattr'. */ | ||
2830 | -#ifndef __USE_KERNEL_XATTR_DEFS | ||
2831 | enum | ||
2832 | { | ||
2833 | XATTR_CREATE = 1, /* set value, fail if attr already exists. */ | ||
2834 | @@ -34,7 +33,6 @@ | ||
2835 | XATTR_REPLACE = 2 /* set value, fail if attr does not exist. */ | ||
2836 | #define XATTR_REPLACE XATTR_REPLACE | ||
2837 | }; | ||
2838 | -#endif | ||
2839 | |||
2840 | /* Set the attribute NAME of the file pointed to by PATH to VALUE (which | ||
2841 | is SIZE bytes long). Return 0 on success, -1 for errors. */ | ||
2842 | Index: git/misc/tst-efgcvt.c | 2822 | Index: git/misc/tst-efgcvt.c |
2843 | =================================================================== | 2823 | =================================================================== |
2844 | --- git.orig/misc/tst-efgcvt.c 2014-08-29 20:00:52.652070587 -0700 | 2824 | --- git.orig/misc/tst-efgcvt.c 2014-08-29 20:00:52.652070587 -0700 |