055f1c02d3
Upstream has a large number of patches lined up for the next 0.9.33.x bugfix release; http://git.uclibc.org/uClibc/log/?h=0.9.33 Add them here, as atleast some of them are quite critical (E.G. the eventfd issue gets triggered by recent glib versions). I've skipped the microblaze and xtensa fixes as we don't currently support those with 0.9.33.2. Drop uclibc-0002-Add-definition-of-MSG_WAITFORONE-and-MSG_CMSG_CMSG_CLOEXE.patch as that is a subset of uclibc-0035-socket.h-pull-socket_type.h-from-eglibc.patch Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
31 lines
882 B
Diff
31 lines
882 B
Diff
From b8fb56dcd9686d1bdaf02c2f4f395bb185c093d7 Mon Sep 17 00:00:00 2001
|
|
From: Carmelo Amoroso <carmelo.amoroso@st.com>
|
|
Date: Mon, 27 May 2013 16:30:36 +0200
|
|
Subject: [PATCH] libc: elf: explicitly include uClibc_page.h to make
|
|
PAGE_SIZE visible
|
|
|
|
Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
|
|
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
|
|
(cherry picked from commit 215c2868aca096364a4725a42c3ffb46dc4e8b39)
|
|
|
|
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
|
|
---
|
|
libc/misc/elf/dl-support.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/libc/misc/elf/dl-support.c b/libc/misc/elf/dl-support.c
|
|
index f194692..908fb06 100644
|
|
--- a/libc/misc/elf/dl-support.c
|
|
+++ b/libc/misc/elf/dl-support.c
|
|
@@ -19,6 +19,7 @@
|
|
#include <ldsodefs.h>
|
|
#include <string.h>
|
|
#endif
|
|
+#include <bits/uClibc_page.h>
|
|
|
|
#if defined(USE_TLS) && USE_TLS
|
|
|
|
--
|
|
1.7.10.4
|
|
|