This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated
via 543308f6c46cf2edf8a524bc9c631e472570fe72 (commit)
from e87c79f7983d995b1a69151e3dd43e9e7466b333 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 543308f6c46cf2edf8a524bc9c631e472570fe72
Author: Waldemar Brodkorb <wbx(a)uclibc-ng.org>
Date: Mon Oct 24 05:15:07 2016 +0200
linuxthreads: add back signal.h
Somehow this got removed with f1d7505e40654a185843bdc8f1cf1fd00ab55c04.
Reported-by: Thomas Petazzoni <thomas.petazzoni(a)free-electrons.com>
-----------------------------------------------------------------------
Summary of changes:
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>
hooks/post-receive
--
uClibc-ng - small C library for embedded systems
Show replies by date