python27: use absolute path to dtrace(8)
[unleashed-userland.git] / components / python / python27 / patches / multiprocessing.patch
blob74c80af437794d9d8b42b7c6388d5683c0d5cf5d
1 --- Python-2.7.13/Modules/_multiprocessing/multiprocessing.h.orig Fri Apr 28 18:23:17 2017
2 +++ Python-2.7.13/Modules/_multiprocessing/multiprocessing.h Fri Apr 28 18:23:52 2017
3 @@ -6,8 +6,10 @@
4 #ifdef __sun
5 /* The control message API is only available on Solaris
6 if XPG 4.2 or later is requested. */
7 +#ifndef _XOPEN_SOURCE
8 #define _XOPEN_SOURCE 500
9 #endif
10 +#endif
12 #include "Python.h"
13 #include "structmember.h"