diff mbox

[uclibc-ng-devel] uClibc-ng - small C library for embedded systems branch master updated. v1.0.19-1-g543308f

Message ID 20161024031654.2005B1011C@helium.openadk.org
State Not Applicable
Headers show

Commit Message

wbx Oct. 24, 2016, 3:16 a.m. UTC
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@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@free-electrons.com>

-----------------------------------------------------------------------

Summary of changes:
 libpthread/linuxthreads/sysdeps/pthread/pthread.h | 1 +
 1 file changed, 1 insertion(+)



hooks/post-receive
diff mbox

Patch

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>