summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/nspr/arm-unknown-riscos/ptthread.c.p
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/recipes/patches/nspr/arm-unknown-riscos/ptthread.c.p')
-rw-r--r--sdk/recipes/patches/nspr/arm-unknown-riscos/ptthread.c.p11
1 files changed, 0 insertions, 11 deletions
diff --git a/sdk/recipes/patches/nspr/arm-unknown-riscos/ptthread.c.p b/sdk/recipes/patches/nspr/arm-unknown-riscos/ptthread.c.p
deleted file mode 100644
index f3253ae..0000000
--- a/sdk/recipes/patches/nspr/arm-unknown-riscos/ptthread.c.p
+++ /dev/null
@@ -1,11 +0,0 @@
---- mozilla/nsprpub/pr/src/pthreads/ptthread.c.orig 2012-12-11 13:03:16.440827000 +0000
-+++ mozilla/nsprpub/pr/src/pthreads/ptthread.c 2012-12-11 13:03:42.923932000 +0000
-@@ -1653,7 +1653,7 @@
- #endif
-
- *(void**)(&dynamic_pthread_setname_np) =
-- dlsym(RTLD_DEFAULT, "pthread_setname_np");
-+ dlsym(RTLD_GLOBAL, "pthread_setname_np");
- if (!dynamic_pthread_setname_np)
- return PR_SUCCESS;
-