aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc/uclibc-git/0001-Revert-glibc-compat-bump-glibc-minor-version.patch
blob: 72d010932a656ba30c2db5abd5febf40244d66f8 (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
From f9f566849ad0785b2fd3fd6c4c5d324f9f822aac Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Sun, 13 Dec 2015 17:25:11 +0000
Subject: [PATCH] Revert "glibc compat: bump glibc minor version"

This reverts commit 4ff3a6c8eb91db71d6dc3d2932b66e848bd20ac3.
---
Upstream-Status: Inappropriate [ OE-Specific ]

 include/features.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/features.h b/include/features.h
index f6fbbf4..dcf1348 100644
--- a/include/features.h
+++ b/include/features.h
@@ -393,7 +393,7 @@ uClibc was built without large file support enabled.
    these macros to test for features in specific releases.  */
 /* Don't do it, if you want to keep uClibc happy.  */
 #define	__GLIBC__	2
-#define	__GLIBC_MINOR__	10
+#define	__GLIBC_MINOR__	2
 #endif
 
 #define __GLIBC_PREREQ(maj, min) \
-- 
2.6.4