summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch')
-rw-r--r--meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch b/meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch
index 50c4bfb0f2..74e3de1ce9 100644
--- a/meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch
+++ b/meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch
@@ -1,4 +1,4 @@
1From b7d96340c55afb7023ded0041107c63dbd886196 Mon Sep 17 00:00:00 2001 1From c25f8d1f7a6203dfeb10b39f80ffd314bb84a58d Mon Sep 17 00:00:00 2001
2From: Baruch Siach <baruch@tkos.co.il> 2From: Baruch Siach <baruch@tkos.co.il>
3Date: Thu, 22 Dec 2016 15:26:30 +0200 3Date: Thu, 22 Dec 2016 15:26:30 +0200
4Subject: [PATCH] libc-compat.h: add musl workaround 4Subject: [PATCH] libc-compat.h: add musl workaround
@@ -14,15 +14,16 @@ https://git.buildroot.net/buildroot/tree/package/iproute2/0001-Add-the-musl-work
14 14
15Signed-off-by: Baruch Siach <baruch@tkos.co.il> 15Signed-off-by: Baruch Siach <baruch@tkos.co.il>
16Signed-off-by: Maxin B. John <maxin.john@intel.com> 16Signed-off-by: Maxin B. John <maxin.john@intel.com>
17
17--- 18---
18 include/uapi/linux/libc-compat.h | 4 +++- 19 include/uapi/linux/libc-compat.h | 4 +++-
19 1 file changed, 3 insertions(+), 1 deletion(-) 20 1 file changed, 3 insertions(+), 1 deletion(-)
20 21
21diff --git a/include/uapi/linux/libc-compat.h b/include/uapi/linux/libc-compat.h 22diff --git a/include/uapi/linux/libc-compat.h b/include/uapi/linux/libc-compat.h
22index f38571d..30f0b67 100644 23index a159991..22198fa 100644
23--- a/include/uapi/linux/libc-compat.h 24--- a/include/uapi/linux/libc-compat.h
24+++ b/include/uapi/linux/libc-compat.h 25+++ b/include/uapi/linux/libc-compat.h
25@@ -49,10 +49,12 @@ 26@@ -50,10 +50,12 @@
26 #define _LIBC_COMPAT_H 27 #define _LIBC_COMPAT_H
27 28
28 /* We have included glibc headers... */ 29 /* We have included glibc headers... */
@@ -36,6 +37,3 @@ index f38571d..30f0b67 100644
36 37
37 /* GLIBC headers included first so don't define anything 38 /* GLIBC headers included first so don't define anything
38 * that would already be defined. */ 39 * that would already be defined. */
39--
402.4.0
41