diff options
author | Hans Mulder <hansmu@xs4all.nl> | 1999-06-07 07:46:42 -0700 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-05 18:24:53 +0000 |
commit | cc077a9f9f4e3dee71b48bf024d1779a86449578 (patch) | |
tree | be207f68fbe21cd3324feaa293ec53ea46719d8c /thread.h | |
parent | 5ab5c7a43faed025589e7095fad6f1f1768cded4 (diff) | |
download | perl-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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |