diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-06-13 17:05:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-06-13 17:05:01 +0000 |
commit | 00676b7421b69e6202c7fa5b037e88ed62a1dee3 (patch) | |
tree | e4a8e9a02aa243fb6c9799617e4282004059f1ea /thread.h | |
parent | e93c26866c986e7bac464b29ce847567d40a6e91 (diff) | |
download | perl-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |