X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=thread.h;h=f09143d1eb35d369d1b2b1bb3c446b89657455a5;hb=ac8eabc1ebb57d426c973b83f7ee5241b2084b4e;hp=f6c468c67502911a0cc1bf2a781eaa89a3010d68;hpb=cea2e8a9dd23747fd2b66edc86c58c64e9970321;p=p5sagit%2Fp5-mst-13.2.git diff --git a/thread.h b/thread.h index f6c468c..f09143d 100644 --- a/thread.h +++ b/thread.h @@ -35,10 +35,8 @@ struct perl_thread *getTHR (void); # define YIELD pthread_yield(NULL) # endif # endif -# ifndef VMS # define pthread_mutexattr_default NULL # define pthread_condattr_default NULL -# endif #endif #ifndef PTHREAD_CREATE