浏览代码

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>