diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-10-09 12:22:26 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-10-09 12:22:26 +0000 |
commit | cb23e6a442dc2c0b012e000464ec63c7cf4171fa (patch) | |
tree | 39bb415273b7e3f76fe19d963c0c25b1322f6026 /thread.h | |
parent | f38c94f4afe5c4a9e9b0b3411ec0bd68809d7d3a (diff) | |
download | perl-cb23e6a442dc2c0b012e000464ec63c7cf4171fa.tar.gz |
Tru64 and gcc and threads
Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
p4raw-id: //depot/perl@17983
Diffstat (limited to 'thread.h')
-rw-r--r-- | thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |