Subject: CVS commit: src/lib
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 11/14/2007 19:28:24
Module Name:	src
Committed By:	drochner
Date:		Wed Nov 14 19:28:24 UTC 2007

Modified Files:
	src/lib/libc/thread-stub: thread-stub.c
	src/lib/libpthread: pthread.c pthread.h

Log Message:
Add pthread_equal() to libc stubs; this makes a lot of sense for
threadsafe libraries implementing own locking functions.
Ride on yesterday's minor version bumps.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/lib/libc/thread-stub/thread-stub.c
cvs rdiff -r1.88 -r1.89 src/lib/libpthread/pthread.c
cvs rdiff -r1.21 -r1.22 src/lib/libpthread/pthread.h

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