mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
13 lines
359 B
C
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);
|
|
}
|
|
|