From: H.Merijn Brand Date: Wed, 9 Oct 2002 12:22:26 +0000 (+0000) Subject: Tru64 and gcc and threads X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb23e6a442dc2c0b012e000464ec63c7cf4171fa;p=p5sagit%2Fp5-mst-13.2.git Tru64 and gcc and threads Sat, 5 Oct 2002; Jarkko Hietaniemi p4raw-id: //depot/perl@17983 --- diff --git a/thread.h b/thread.h index e9933e2..7371c81 100644 --- a/thread.h +++ b/thread.h @@ -266,7 +266,7 @@ * It would fail if the key were bogus, but if the key were bogus then * Really Bad Things would be happening anyway. --dan */ #if (defined(__ALPHA) && (__VMS_VER >= 70000000)) || \ - (defined(__alpha) && defined(__osf__)) /* Available only on >= 4.0 */ + (defined(__alpha) && defined(__osf__) && !defined(__GNUC__)) /* Available only on >= 4.0 */ # define HAS_PTHREAD_UNCHECKED_GETSPECIFIC_NP /* Configure test needed */ #endif