ports/net/asterisk16/files/patch-utils__extconf.c
Max Khon c63b2c0d27 Update to 1.6.2.14.
Submitted by:	Florian Smeets (MAINTAINER)
2010-11-30 16:56:35 +00:00

13 lines
359 B
C

--- ./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);
}