Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The vast majority of pkg-descr files had the following format when they | dougb | 2011-10-24 | 1 | -2/+1 |
--- main/lock.c.orig 2014-12-12 23:40:50 UTC +++ main/lock.c @@ -701,9 +701,6 @@ int __ast_rwlock_init(int tracking, cons #endif /* DEBUG_THREADS */ 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); ntw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>