Преглед на файлове

linuxthreads: add back signal.h

Somehow this got removed with f1d7505e40654a185843bdc8f1cf1fd00ab55c04.

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Waldemar Brodkorb преди 9 години
родител
ревизия
543308f6c4
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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>