Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/19/2003 22:46:13
Module Name:	src
Committed By:	thorpej
Date:		Sun Jan 19 20:46:13 UTC 2003

Modified Files:
	src/include: threadlib.h
	src/lib/libc/thread-stub: thread-stub.c
	src/lib/libpthread: pthread_mutex.c

Log Message:
Add mutexattr_init(), mutexattr_destroy(), and mutexattr_settype() (recursive
mutexes are used by the X libraries).


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/include/threadlib.h
cvs rdiff -r1.3 -r1.4 src/lib/libc/thread-stub/thread-stub.c
cvs rdiff -r1.3 -r1.4 src/lib/libpthread/pthread_mutex.c

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