diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-24 05:15:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-24 05:15:07 +0200 |
commit | 543308f6c46cf2edf8a524bc9c631e472570fe72 (patch) | |
tree | d5709387d2a4a607064acd1070144fa36836f268 | |
parent | e87c79f7983d995b1a69151e3dd43e9e7466b333 (diff) |
linuxthreads: add back signal.h
Somehow this got removed with f1d7505e40654a185843bdc8f1cf1fd00ab55c04.
Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | libpthread/linuxthreads/sysdeps/pthread/pthread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/linuxthreads/sysdeps/pthread/pthread.h b/libpthread/linuxthreads/sysdeps/pthread/pthread.h index cf043b5cc..cc13a529b 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> |