0001-linuxthreads-add-back-signal.h.patch 901 B

12345678910111213141516171819202122232425262728
  1. From 543308f6c46cf2edf8a524bc9c631e472570fe72 Mon Sep 17 00:00:00 2001
  2. From: Waldemar Brodkorb <wbx@uclibc-ng.org>
  3. Date: Mon, 24 Oct 2016 05:15:07 +0200
  4. Subject: [PATCH] linuxthreads: add back signal.h
  5. Somehow this got removed with f1d7505e40654a185843bdc8f1cf1fd00ab55c04.
  6. Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  7. Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
  8. ---
  9. libpthread/linuxthreads/sysdeps/pthread/pthread.h | 1 +
  10. 1 file changed, 1 insertion(+)
  11. diff --git a/libpthread/linuxthreads/sysdeps/pthread/pthread.h b/libpthread/linuxthreads/sysdeps/pthread/pthread.h
  12. index cf043b5..cc13a52 100644
  13. --- a/libpthread/linuxthreads/sysdeps/pthread/pthread.h
  14. +++ b/libpthread/linuxthreads/sysdeps/pthread/pthread.h
  15. @@ -20,6 +20,7 @@
  16. #include <sched.h>
  17. #include <time.h>
  18. +#include <signal.h>
  19. #include <bits/pthreadtypes.h>
  20. #include <bits/initspin.h>
  21. --
  22. 2.1.4