summaryrefslogtreecommitdiff
path: root/net/asterisk/files/patch-main__lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/asterisk/files/patch-main__lock.c')
-rw-r--r--net/asterisk/files/patch-main__lock.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/asterisk/files/patch-main__lock.c b/net/asterisk/files/patch-main__lock.c
deleted file mode 100644
index 7d5fe43b9eff..000000000000
--- a/net/asterisk/files/patch-main__lock.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- main/lock.c.orig 2013-09-09 19:56:02 UTC
-+++ main/lock.c
-@@ -691,10 +691,6 @@ int __ast_rwlock_init(int tracking, cons
-
- pthread_rwlockattr_init(&attr);
-
--#ifdef HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP
-- pthread_rwlockattr_setkind_np(&attr, PTHREAD_RWLOCK_PREFER_WRITER_NP);
--#endif
--
- res = pthread_rwlock_init(&t->lock, &attr);
- pthread_rwlockattr_destroy(&attr);
- return res;