Redundancy removal from Brian De Pradine;
Jarkko Hietaniemi [Fri, 13 Jun 2003 17:05:01 +0000 (17:05 +0000)]
both the forms, pthread_mutexattr_settype() and
pthread_mutexattr_setkind_np(), exist on z/OS.

p4raw-id: //depot/perl@19767

thread.h

index af46690..00e4d76 100644 (file)
--- 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