A bunch of our ports expect pthread_np.h to be standalone, alas our
version doesn't include pthread.h.  The diff below should help us get
rid of some patches in (at least) mongodb, mono, gnustep and webkitgtk4.

ok?


Index: include/pthread_np.h
===================================================================
RCS file: /cvs/src/include/pthread_np.h,v
retrieving revision 1.2
diff -u -p -r1.2 pthread_np.h
--- include/pthread_np.h        4 Feb 2019 17:18:08 -0000       1.2
+++ include/pthread_np.h        27 May 2019 15:30:10 -0000
@@ -34,6 +34,8 @@
 #ifndef _PTHREAD_NP_H_
 #define _PTHREAD_NP_H_
 
+#include <pthread.h>
+
 /*
  * Non-POSIX type definitions:
  */


-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to