Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 12/29/2004 00:59:57
Module Name:	src
Committed By:	nathanw
Date:		Wed Dec 29 00:59:57 UTC 2004

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

Log Message:
Implement pthread_attr_{set,get}schedpolicy() at the same level as the other
scheduling stuff: only handle SCHED_OTHER. Like the rest of the scheduling
stuff, this is for the benefit of code that can't be bothered to test against
_POSIX_THREAD_PRIORITY_SCHEDULING.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/lib/libpthread/pthread.h
cvs rdiff -r1.3 -r1.4 src/lib/libpthread/pthread_attr.c

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