Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 06/25/2004 16:33:32
Module Name:	src
Committed By:	drochner
Date:		Fri Jun 25 16:33:32 UTC 2004

Modified Files:
	src/lib/libpthread: pthread.c pthread_int.h

Log Message:
const'ify the arguments to pthread__assertfunc and _errorfunc;
needed because the __func__ pseudo-var is strictly "const*" in gcc-3.4


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/lib/libpthread/pthread.c
cvs rdiff -r1.26 -r1.27 src/lib/libpthread/pthread_int.h

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