aboutsummaryrefslogtreecommitdiffstats
path: root/testing/uwsgi/musl-locking-fix.patch
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2015-05-02 16:30:24 +0200
committerBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2015-05-02 16:30:24 +0200
commite430f314f129e5b6fc6d5058ff3e570d1f0ef1b9 (patch)
treea1fb71b994927ec3c0e216a3396a335b889cbe1f /testing/uwsgi/musl-locking-fix.patch
parentccb632a4b55af786da72eca0cd8a22aa6f4ea4b3 (diff)
downloadaports-e430f314f129e5b6fc6d5058ff3e570d1f0ef1b9.tar.bz2
aports-e430f314f129e5b6fc6d5058ff3e570d1f0ef1b9.tar.xz
testing/uwsgi: move to main
Diffstat (limited to 'testing/uwsgi/musl-locking-fix.patch')
-rw-r--r--testing/uwsgi/musl-locking-fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/uwsgi/musl-locking-fix.patch b/testing/uwsgi/musl-locking-fix.patch
deleted file mode 100644
index ba4a474ad0..0000000000
--- a/testing/uwsgi/musl-locking-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- uwsgi-2.0.4.orig/core/lock.c
-+++ uwsgi-2.0.4/core/lock.c
-@@ -96,7 +96,9 @@
- #endif
- if (pthread_mutexattr_setprotocol(&attr, PTHREAD_PRIO_INHERIT)) {
- uwsgi_log("unable to set PTHREAD_PRIO_INHERIT\n");
-+#if 0
- exit(1);
-+#endif
- }
- if (uwsgi_pthread_robust_mutexes_enabled) {
- if (pthread_mutexattr_setrobust(&attr, PTHREAD_MUTEX_ROBUST)) {