aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk16/files/patch-utils__extconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/asterisk16/files/patch-utils__extconf.c')
-rw-r--r--net/asterisk16/files/patch-utils__extconf.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/asterisk16/files/patch-utils__extconf.c b/net/asterisk16/files/patch-utils__extconf.c
deleted file mode 100644
index 29b53d1dadd3..000000000000
--- a/net/asterisk16/files/patch-utils__extconf.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./utils/extconf.c.orig 2010-11-12 16:49:46.000000000 +0100
-+++ ./utils/extconf.c 2010-11-12 16:50:00.000000000 +0100
-@@ -718,10 +718,6 @@
-
- pthread_rwlockattr_init(&attr);
-
--#ifdef HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP
-- pthread_rwlockattr_setkind_np(&attr, PTHREAD_RWLOCK_PREFER_WRITER_NP);
--#endif
--
- return pthread_rwlock_init(prwlock, &attr);
- }
-