Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: SAITOH Masanobu <msaitoh@netbsd.org>
List: source-changes
Date: 06/06/2000 21:28:22
Module Name:	pkgsrc
Committed By:	msaitoh
Date:		Wed Jun  7 04:28:21 UTC 2000

Modified Files:
	pkgsrc/devel/ptl2: Makefile
	pkgsrc/devel/ptl2/files: md5

Log Message:
Update to PTL-2.1.3

Changes from 2.1.2:

	* src/mutex.c: Now pthread_mutex_lock() is NOT a cancellation
	point, as POSIX requires.

	* src/sched.c (_pthread_block): check cancellation status before
	making the calling thread block.

	* add call to pthread_testcancel() to a lot of cancellation point
	functions.

	* src/mutex.c, src/cond.c: fixed: mutex and cv chain can be
	corrupted.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/devel/ptl2/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/devel/ptl2/files/md5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.