From e852ed17d905386f3bbad057fda2f07926227f89 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 6 Apr 2000 16:11:09 +0000 Subject: virgin perl 5.6.0 --- gnu/usr.bin/perl/os2/os2thread.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnu/usr.bin/perl/os2/os2thread.h') diff --git a/gnu/usr.bin/perl/os2/os2thread.h b/gnu/usr.bin/perl/os2/os2thread.h index d56fe160ddf..9516ddda0bc 100644 --- a/gnu/usr.bin/perl/os2/os2thread.h +++ b/gnu/usr.bin/perl/os2/os2thread.h @@ -8,7 +8,11 @@ typedef _rmutex perl_mutex; /*typedef HEV perl_cond;*/ /* Will include os2.h into all C files. */ typedef unsigned long perl_cond; +#ifdef USE_SLOW_THREAD_SPECIFIC typedef int perl_key; +#else +typedef void** perl_key; +#endif typedef unsigned long pthread_attr_t; #define PTHREADS_INCLUDED -- cgit v1.2.3