aboutsummaryrefslogtreecommitdiffstats
path: root/testing/seamonkey/avoid-getcontext-musl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/seamonkey/avoid-getcontext-musl.patch')
-rw-r--r--testing/seamonkey/avoid-getcontext-musl.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/seamonkey/avoid-getcontext-musl.patch b/testing/seamonkey/avoid-getcontext-musl.patch
deleted file mode 100644
index 5887a7a7220..00000000000
--- a/testing/seamonkey/avoid-getcontext-musl.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/mozilla/tools/profiler/core/platform-linux.cc
-+++ b/mozilla/tools/profiler/core/platform-linux.cc
-@@ -625,10 +625,10 @@
- {
- MOZ_ASSERT(aContext);
- ucontext_t* pContext = reinterpret_cast<ucontext_t*>(aContext);
-- if (!getcontext(pContext)) {
-+ /*if (!getcontext(pContext)) {
- context = pContext;
- SetSampleContext(this, aContext);
-- }
-+ }*/
- }
-
- void OS::SleepMicro(int microseconds)