summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/spidermonkey/arm-unknown-riscos-1.8.5/jsnativestack.cpp.p
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/recipes/patches/spidermonkey/arm-unknown-riscos-1.8.5/jsnativestack.cpp.p')
-rw-r--r--sdk/recipes/patches/spidermonkey/arm-unknown-riscos-1.8.5/jsnativestack.cpp.p22
1 files changed, 0 insertions, 22 deletions
diff --git a/sdk/recipes/patches/spidermonkey/arm-unknown-riscos-1.8.5/jsnativestack.cpp.p b/sdk/recipes/patches/spidermonkey/arm-unknown-riscos-1.8.5/jsnativestack.cpp.p
deleted file mode 100644
index 0e042a9..0000000
--- a/sdk/recipes/patches/spidermonkey/arm-unknown-riscos-1.8.5/jsnativestack.cpp.p
+++ /dev/null
@@ -1,22 +0,0 @@
---- js/src/jsnativestack.cpp.orig 2012-11-08 14:53:01.000000000 +0000
-+++ js/src/jsnativestack.cpp 2012-11-08 14:53:58.000000000 +0000
-@@ -204,7 +204,9 @@
- * FIXME: this function is non-portable;
- * other POSIX systems may have different np alternatives
- */
-+#ifndef __riscos__
- pthread_getattr_np(thread, &sattr);
-+#endif
- # endif
-
- void *stackBase = 0;
-@@ -212,7 +214,9 @@
- # ifdef DEBUG
- int rc =
- # endif
-+#ifndef __riscos__
- pthread_attr_getstack(&sattr, &stackBase, &stackSize);
-+#endif
- JS_ASSERT(!rc);
- JS_ASSERT(stackBase);
- pthread_attr_destroy(&sattr);