summaryrefslogtreecommitdiff
path: root/thread.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-06-13 17:05:01 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-06-13 17:05:01 +0000
commit00676b7421b69e6202c7fa5b037e88ed62a1dee3 (patch)
treee4a8e9a02aa243fb6c9799617e4282004059f1ea /thread.h
parente93c26866c986e7bac464b29ce847567d40a6e91 (diff)
downloadperl-00676b7421b69e6202c7fa5b037e88ed62a1dee3.tar.gz
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
Diffstat (limited to 'thread.h')
-rw-r--r--thread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/thread.h b/thread.h
index af46690a4b..00e4d76d6a 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