summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/0003-define-exp10-if-missing.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd/0003-define-exp10-if-missing.patch')
-rw-r--r--meta/recipes-core/systemd/systemd/0003-define-exp10-if-missing.patch13
1 files changed, 7 insertions, 6 deletions
diff --git a/meta/recipes-core/systemd/systemd/0003-define-exp10-if-missing.patch b/meta/recipes-core/systemd/systemd/0003-define-exp10-if-missing.patch
index 37c6ac5d10..5ba4b9a364 100644
--- a/meta/recipes-core/systemd/systemd/0003-define-exp10-if-missing.patch
+++ b/meta/recipes-core/systemd/systemd/0003-define-exp10-if-missing.patch
@@ -1,7 +1,7 @@
1From b383c286f58184575216b2bf6f185ba2ad648956 Mon Sep 17 00:00:00 2001 1From 96baee0e1962e559f4ea025024ebc337cb5d50c5 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Wed, 9 Nov 2016 19:25:45 -0800 3Date: Wed, 9 Nov 2016 19:25:45 -0800
4Subject: [PATCH 03/19] define exp10 if missing 4Subject: [PATCH 01/14] define exp10 if missing
5 5
6Inspired by: http://peter.korsgaard.com/patches/alsa-utils/alsamixer-fix-build-on-uClibc-exp10.patch 6Inspired by: http://peter.korsgaard.com/patches/alsa-utils/alsamixer-fix-build-on-uClibc-exp10.patch
7 7
@@ -11,16 +11,17 @@ Upstream-Status: Pending
11 11
12Signed-off-by: Samuel Martin <s.martin49@gmail.com> 12Signed-off-by: Samuel Martin <s.martin49@gmail.com>
13Signed-off-by: Khem Raj <raj.khem@gmail.com> 13Signed-off-by: Khem Raj <raj.khem@gmail.com>
14
14--- 15---
15 src/basic/missing.h | 5 +++++ 16 src/basic/missing.h | 5 +++++
16 1 file changed, 5 insertions(+) 17 1 file changed, 5 insertions(+)
17 18
18diff --git a/src/basic/missing.h b/src/basic/missing.h 19diff --git a/src/basic/missing.h b/src/basic/missing.h
19index 4c013be..4a3fd9c 100644 20index 7830a4f41..177c0eb8a 100644
20--- a/src/basic/missing.h 21--- a/src/basic/missing.h
21+++ b/src/basic/missing.h 22+++ b/src/basic/missing.h
22@@ -1078,4 +1078,9 @@ typedef int32_t key_serial_t; 23@@ -1227,4 +1227,9 @@ struct ethtool_link_settings {
23 24 #define AF_VSOCK 40
24 #endif 25 #endif
25 26
26+#ifdef __UCLIBC__ 27+#ifdef __UCLIBC__
@@ -30,5 +31,5 @@ index 4c013be..4a3fd9c 100644
30+ 31+
31 #include "missing_syscall.h" 32 #include "missing_syscall.h"
32-- 33--
332.10.2 342.13.2
34 35