* [Buildroot] [PATCH] uclibc: fix pthread.h
@ 2016-10-24 3:21 Waldemar Brodkorb
2016-10-24 13:46 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Brodkorb @ 2016-10-24 3:21 UTC (permalink / raw)
To: buildroot
Fixes:
bfin: http://autobuild.buildroot.net/results/fbf/fbf63bbe0974b490b875a95fb930ba601364b85a/
m68k: http://autobuild.buildroot.net/results/cc9/cc9b87c4c695f97a056cc53f19e7662750dffeff/
microblazeel: http://autobuild.buildroot.net/results/941/941c06e29f6542e258f20799dc6f3f94b2f8af88/
Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
---
.../0001-linuxthreads-add-back-signal.h.patch | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 package/uclibc/0001-linuxthreads-add-back-signal.h.patch
diff --git a/package/uclibc/0001-linuxthreads-add-back-signal.h.patch b/package/uclibc/0001-linuxthreads-add-back-signal.h.patch
new file mode 100644
index 0000000..1a957c5
--- /dev/null
+++ b/package/uclibc/0001-linuxthreads-add-back-signal.h.patch
@@ -0,0 +1,28 @@
+From 543308f6c46cf2edf8a524bc9c631e472570fe72 Mon Sep 17 00:00:00 2001
+From: Waldemar Brodkorb <wbx@uclibc-ng.org>
+Date: Mon, 24 Oct 2016 05:15:07 +0200
+Subject: [PATCH] linuxthreads: add back signal.h
+
+Somehow this got removed with f1d7505e40654a185843bdc8f1cf1fd00ab55c04.
+
+Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
+---
+ libpthread/linuxthreads/sysdeps/pthread/pthread.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/libpthread/linuxthreads/sysdeps/pthread/pthread.h b/libpthread/linuxthreads/sysdeps/pthread/pthread.h
+index cf043b5..cc13a52 100644
+--- a/libpthread/linuxthreads/sysdeps/pthread/pthread.h
++++ b/libpthread/linuxthreads/sysdeps/pthread/pthread.h
+@@ -20,6 +20,7 @@
+ #include <sched.h>
+ #include <time.h>
+
++#include <signal.h>
+ #include <bits/pthreadtypes.h>
+ #include <bits/initspin.h>
+
+--
+2.1.4
+
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] uclibc: fix pthread.h
2016-10-24 3:21 [Buildroot] [PATCH] uclibc: fix pthread.h Waldemar Brodkorb
@ 2016-10-24 13:46 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-10-24 13:46 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 24 Oct 2016 05:21:51 +0200, Waldemar Brodkorb wrote:
> Fixes:
> bfin: http://autobuild.buildroot.net/results/fbf/fbf63bbe0974b490b875a95fb930ba601364b85a/
> m68k: http://autobuild.buildroot.net/results/cc9/cc9b87c4c695f97a056cc53f19e7662750dffeff/
> microblazeel: http://autobuild.buildroot.net/results/941/941c06e29f6542e258f20799dc6f3f94b2f8af88/
>
> Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
> ---
> .../0001-linuxthreads-add-back-signal.h.patch | 28 ++++++++++++++++++++++
> 1 file changed, 28 insertions(+)
> create mode 100644 package/uclibc/0001-linuxthreads-add-back-signal.h.patch
Applied to master, thanks. I've already started rebuilding the m68k,
microblaze and blackfin toolchains with this fix.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-24 13:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-24 3:21 [Buildroot] [PATCH] uclibc: fix pthread.h Waldemar Brodkorb
2016-10-24 13:46 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox