diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-07-21 08:39:40 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-07-21 08:39:40 +0000 |
commit | 8cac0cb04ecec41e6e436ce0358ca608bc7e6f95 (patch) | |
tree | 195af9567287287209b527961ab6f5db74c3f1e6 /java/jdk13/files/patch-_pth.h | |
parent | Add Danish hyphenation rules (diff) |
Remove expired ports:
2011-07-12 java/jdk13: ancient version of Java
2011-07-12 java/linux-sun-jdk13: ancient version of Java
Notes
Notes:
svn path=/head/; revision=278080
Diffstat (limited to 'java/jdk13/files/patch-_pth.h')
-rw-r--r-- | java/jdk13/files/patch-_pth.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/java/jdk13/files/patch-_pth.h b/java/jdk13/files/patch-_pth.h deleted file mode 100644 index 850957f8514d..000000000000 --- a/java/jdk13/files/patch-_pth.h +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../ext/plugin/oji-plugin/include/solaris/navig4/nspr/md/_pth.h 11 Jul 2001 21:45:07 -0000 1.1.1.1 -+++ ../ext/plugin/oji-plugin/include/solaris/navig4/nspr/md/_pth.h 22 Nov 2004 17:19:42 -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))
|