ports/java/jmp/files/patch-hash.c
Simon Barner 4426cff80f - Update to 0.49
- 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
2006-02-02 15:34:08 +00:00

8 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);