This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
[perl5.git] / 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