Browse Source

linuxthreads: add back signal.h

Somehow this got removed with f1d7505e40654a185843bdc8f1cf1fd00ab55c04.

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Waldemar Brodkorb 7 years ago
parent
commit
543308f6c4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libpthread/linuxthreads/sysdeps/pthread/pthread.h

+ 1 - 0
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>