head 1.2; access; symbols pkgsrc-2020Q3:1.1.0.20 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.18 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.14 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.16 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.12 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.10 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.8 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.6 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.4 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.2 pkgsrc-2018Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2020.11.11.09.52.00; author nia; state dead; branches; next 1.1; commitid CwfADKOANACW8svC; 1.1 date 2018.05.11.19.18.35; author jperkin; state Exp; branches; next ; commitid PMv8Ivd9h0E2GUBA; desc @@ 1.2 log @Remove spidermonkey52 - it's no longer used. @ text @$NetBSD: patch-js_src_jsnativestack.cpp,v 1.1 2018/05/11 19:18:35 jperkin Exp $ Support SunOS. --- js/src/jsnativestack.cpp.orig 2018-04-28 01:04:03.000000000 +0000 +++ js/src/jsnativestack.cpp @@@@ -59,7 +59,7 @@@@ js::GetNativeStackBaseImpl() # endif } -#elif defined(SOLARIS) +#elif defined(__sun) #include @@@@ -105,6 +105,7 @@@@ js::GetNativeStackBaseImpl() # elif defined(PTHREAD_NP_H) || defined(_PTHREAD_NP_H_) || defined(NETBSD) /* e.g. on FreeBSD 4.8 or newer, neundorf@@kde.org */ pthread_attr_get_np(thread, &sattr); +# elif defined(__sun) # else /* * FIXME: this function is non-portable; @ 1.1 log @spidermonkey52: Add support for SunOS. Works well enough to only produce 7 minor failures out of 6679 regression tests. @ text @d1 1 a1 1 $NetBSD$ @