summaryrefslogtreecommitdiffstats
path: root/package/systemd-bootchart/0001-parse-util-Don-t-use-xlocale.h-35.patch
blob: 4eae7e65e478136e45bd6e19fc437908769e20fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From 15062a4501a1dffccd7cb6374b415693fa4435bf Mon Sep 17 00:00:00 2001
From: Jussi Kukkonen <jussi.kukkonen@intel.com>
Date: Tue, 18 Jul 2017 22:55:50 +0300
Subject: [PATCH] parse-util: Don't use xlocale.h (#35)

glibc 2.26 no longer contains the non-standard xlocale.h
(http://sourceware.org/glibc/wiki/Release/2.26#Removal_of_.27xlocale.h.27)

This change shouldn't break anything as xlocale.h was a subset of
locale.h.

[yann.morin.1998@free.fr: backported from upstream]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 src/parse-util.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/parse-util.c b/src/parse-util.c
index 5635a68..1b2169c 100644
--- a/src/parse-util.c
+++ b/src/parse-util.c
@@ -21,7 +21,6 @@
 #include <locale.h>
 #include <stdlib.h>
 #include <string.h>
-#include <xlocale.h>
 
 #include "macro.h"
 #include "parse-util.h"
-- 
2.11.0

OpenPOWER on IntegriCloud