summaryrefslogtreecommitdiff
path: root/java/jdk14/files/patch-nspr_pth.h
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-12-17 07:02:51 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-12-17 07:02:51 +0000
commit55f5e15a50c8a7a0434cad4e9d3a2e34aca0c753 (patch)
treec4cc388f7c7996fa61df230fa2beb40b0f0ee494 /java/jdk14/files/patch-nspr_pth.h
parentSwitch from BROKEN to IGNORE to match other ports in this category. (diff)
. Update to patchset 7.
. Fix a permissions problem with the plugins directory. Approved by: phantom (maintainer)
Notes
Notes: svn path=/head/; revision=124268
Diffstat (limited to 'java/jdk14/files/patch-nspr_pth.h')
-rw-r--r--java/jdk14/files/patch-nspr_pth.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/java/jdk14/files/patch-nspr_pth.h b/java/jdk14/files/patch-nspr_pth.h
deleted file mode 100644
index c2a1cb5d5ed1..000000000000
--- a/java/jdk14/files/patch-nspr_pth.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../../deploy/src/plugin/oji-plugin/include/solaris/navig4/nspr/md/_pth.h 22 Oct 2003 23:04:19 -0000 1.1.1.1
-+++ ../../deploy/src/plugin/oji-plugin/include/solaris/navig4/nspr/md/_pth.h 21 Oct 2004 05:47:13 -0000
-@@ -52,7 +52,7 @@
- #define PTHREAD_MUTEXATTR_INIT pthread_mutexattr_init
- #define PTHREAD_MUTEXATTR_DESTROY pthread_mutexattr_destroy
- #define PTHREAD_MUTEX_INIT(m, a) pthread_mutex_init(&(m), &(a))
--#define PTHREAD_MUTEX_IS_LOCKED(m) (EBUSY == pthread_mutex_trylock(&(m)))
-+#define PTHREAD_MUTEX_IS_LOCKED(m) (0 != pthread_mutex_trylock(&(m)))
- #define PTHREAD_CONDATTR_INIT pthread_condattr_init
- #define PTHREAD_CONDATTR_DESTROY pthread_condattr_destroy
- #define PTHREAD_COND_INIT(m, a) pthread_cond_init(&(m), &(a))