From: Jarkko Hietaniemi Date: Fri, 13 Jun 2003 17:05:01 +0000 (+0000) Subject: Redundancy removal from Brian De Pradine; X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=00676b7421b69e6202c7fa5b037e88ed62a1dee3;p=p5sagit%2Fp5-mst-13.2.git Redundancy removal from Brian De Pradine; both the forms, pthread_mutexattr_settype() and pthread_mutexattr_setkind_np(), exist on z/OS. p4raw-id: //depot/perl@19767 --- diff --git a/thread.h b/thread.h index af46690..00e4d76 100644 --- a/thread.h +++ b/thread.h @@ -42,7 +42,6 @@ # endif # ifdef OEMVS # define pthread_addr_t void * -# define pthread_mutexattr_settype(a,t) pthread_mutexattr_setkind_np(a,t) # define pthread_create(t,a,s,d) pthread_create(t,&(a),s,d) # define pthread_keycreate pthread_key_create # endif