X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=thread.h;h=00e4d76d6a45f88536c36d180efaee72b5cd3a59;hb=52d59bef96c881381bce1bcb84a8c08ce48c2544;hp=af46690a4bf78e3ea114095b6545560e23dd084d;hpb=20b634c2cddd73f32cb58e435a5061f5c6e53570;p=p5sagit%2Fp5-mst-13.2.git 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