Re: [Mingw-w64-public] pthread.h patch

2014-12-09 Thread Martell Malone
Hey, I already remove all those _r time function from pthread. Can you check the latest head? As this patch won't apply Martell On Tue, Dec 9, 2014 at 3:36 PM, Marty Plummer wrote: > Patch provided in answer to my request regarding conflicts with ruby's > pthread definitions > > >

[Mingw-w64-public] pthread.h patch

2014-12-09 Thread Marty Plummer
Patch provided in answer to my request regarding conflicts with ruby's pthread definitions diff --git a/pthread.h.orig b/pthread.h index 2029713..c488aa1 100644 --- a/pthread.h.orig +++ b/pthread.h @@ -68,6 +68,8 @@ #include #include +#include +#include #include "pthread_compat.h" @@ -

[Mingw-w64-public] pthread.h patch

2014-12-09 Thread Marty Plummer
Patch provided in answer to my request regarding conflicts with ruby's pthread definitions diff --git a/pthread.h.orig b/pthread.h index 2029713..c488aa1 100644 --- a/pthread.h.orig +++ b/pthread.h @@ -68,6 +68,8 @@ #include #include +#include +#include #include "pthread_compat.h" @@ -