openbsd-ports/lang/spidermonkey/patches/patch-src_jslock_c
martynas f2cc6c9271 update to spidermonkey-1.7.0v0. from Benoit Chesneau with couple
of tweaks from naddy@ and myself.
full bulk build done by naddy@ and jasper@
ok naddy@
2009-05-05 21:01:55 +00:00

14 lines
318 B
Plaintext

$OpenBSD: patch-src_jslock_c,v 1.2 2009/05/05 21:01:55 martynas Exp $
--- src/jslock.c.orig Fri Mar 30 00:55:35 2007
+++ src/jslock.c Sun May 3 23:07:02 2009
@@ -224,7 +224,9 @@ js_FinishLock(JSThinLock *tl)
#endif
}
+#ifndef NSPR_LOCK
static void js_Dequeue(JSThinLock *);
+#endif
#ifdef DEBUG_SCOPE_COUNT