summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc/0001-Include-locale_t.h-compatibility-header.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glibc/glibc/0001-Include-locale_t.h-compatibility-header.patch')
-rw-r--r--meta/recipes-core/glibc/glibc/0001-Include-locale_t.h-compatibility-header.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc/0001-Include-locale_t.h-compatibility-header.patch b/meta/recipes-core/glibc/glibc/0001-Include-locale_t.h-compatibility-header.patch
new file mode 100644
index 0000000000..634f8d8644
--- /dev/null
+++ b/meta/recipes-core/glibc/glibc/0001-Include-locale_t.h-compatibility-header.patch
@@ -0,0 +1,27 @@
1From abfeb0cf4e3261a66a7a23abc9aed33c034c850d Mon Sep 17 00:00:00 2001
2From: Joshua Watt <Joshua.Watt@garmin.com>
3Date: Wed, 6 Dec 2017 13:26:19 -0600
4Subject: [PATCH] Include locale_t.h compatibility header
5
6Newer versions of glibc (since 2.26) moved the locale typedefs from
7xlocale.h to bits/types/locale_t.h. Create a compatibility header for
8these newer versions of glibc
9
10See f0be25b6336db7492e47d2e8e72eb8af53b5506d in glibc
11
12Upstream-Status: Inappropriate
13---
14 locale/bits/types/locale_t.h | 1 +
15 1 file changed, 1 insertion(+)
16 create mode 100644 locale/bits/types/locale_t.h
17
18diff --git a/locale/bits/types/locale_t.h b/locale/bits/types/locale_t.h
19new file mode 100644
20index 0000000000..b519a6c5f8
21--- /dev/null
22+++ b/locale/bits/types/locale_t.h
23@@ -0,0 +1 @@
24+#include <xlocale.h>
25--
262.14.3
27