forked from Lainports/freebsd-ports
- From ChangeLog: * A deadlock fixed. * Better system thread handling. * Tables are now sortable in both ascending and descending order * Preferences are saved and restored. * Better handling of MS Windows builds. Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) PR: ports/92507
7 lines
249 B
C
7 lines
249 B
C
$FreeBSD$
|
|
|
|
--- hash.c.orig Sun Jan 29 16:50:47 2006
|
|
+++ hash.c Sun Jan 29 17:03:47 2006
|
|
@@ -103 +103 @@
|
|
- PTHREAD_MUTEXATTR_SETTYPE (attr_mutexattr, PTHREAD_MUTEX_RECURSIVE_NP);
|
|
+ PTHREAD_MUTEXATTR_SETTYPE (attr_mutexattr, PTHREAD_MUTEX_RECURSIVE);
|