diff options
author | msaitoh <msaitoh@pkgsrc.org> | 2000-11-14 02:30:12 +0000 |
---|---|---|
committer | msaitoh <msaitoh@pkgsrc.org> | 2000-11-14 02:30:12 +0000 |
commit | e723731b987fb93bb0b5f88fc3d66f0fdb16600a (patch) | |
tree | ea3caeb86de19f7ff5fee7c3a23735bf5a0eb937 /devel/ptl2/Makefile | |
parent | 2d695c1b1c1daa7e35d1d02ef5f8e5ffa47477a3 (diff) | |
download | pkgsrc-e723731b987fb93bb0b5f88fc3d66f0fdb16600a.tar.gz |
Upgrade to PTL-2.1.7
Changes:
* fixed: priority queue, used in condition variable, mutex and join,
might corrupt if multiple threads of different priority are blocking
on the same queue.
* fixed: fopen() and fdopen() do not unlock the mutex for the stdio.
Diffstat (limited to 'devel/ptl2/Makefile')
-rw-r--r-- | devel/ptl2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ptl2/Makefile b/devel/ptl2/Makefile index bf6d78b2c99..ede7f44012c 100644 --- a/devel/ptl2/Makefile +++ b/devel/ptl2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2000/10/30 22:39:54 msaitoh Exp $ +# $NetBSD: Makefile,v 1.28 2000/11/14 02:30:12 msaitoh Exp $ -DISTNAME= PTL-2.1.6 -PKGNAME= ptl-2.1.6 +DISTNAME= PTL-2.1.7 +PKGNAME= ptl-2.1.7 CATEGORIES= devel MASTER_SITES= ftp://ftp.media.osaka-cu.ac.jp/pub/PTL/PTL2/ |