summaryrefslogtreecommitdiff
path: root/thread.h
diff options
context:
space:
mode:
authorHans Mulder <hansmu@xs4all.nl>1999-06-07 07:46:42 -0700
committerGurusamy Sarathy <gsar@cpan.org>1999-07-05 18:24:53 +0000
commitcc077a9f9f4e3dee71b48bf024d1779a86449578 (patch)
treebe207f68fbe21cd3324feaa293ec53ea46719d8c /thread.h
parent5ab5c7a43faed025589e7095fad6f1f1768cded4 (diff)
downloadperl-cc077a9f9f4e3dee71b48bf024d1779a86449578.tar.gz
hand-apply whitespace mutiliated patch
Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu> Subject: [PATCH 5.005_57]Updated VMS patch p4raw-id: //depot/perl@3594
Diffstat (limited to 'thread.h')
-rw-r--r--thread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/thread.h b/thread.h
index f6c468c675..f09143d1eb 100644
--- a/thread.h
+++ b/thread.h
@@ -35,10 +35,8 @@ struct perl_thread *getTHR (void);
# define YIELD pthread_yield(NULL)
# endif
# endif
-# ifndef VMS
# define pthread_mutexattr_default NULL
# define pthread_condattr_default NULL
-# endif
#endif
#ifndef PTHREAD_CREATE