Subject: PR/30970 CVS commit: [netbsd-3] src
To: None <kleink@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 10/10/2005 11:33:02
The following reply was made to PR lib/30970; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/30970 CVS commit: [netbsd-3] src
Date: Mon, 10 Oct 2005 11:32:28 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Mon Oct 10 11:32:28 UTC 2005
 
 Modified Files:
 	src/include [netbsd-3]: sched.h
 	src/lib/libpthread [netbsd-3]: sched.c
 
 Log Message:
 Pull up following revision(s) (requested by kleink in ticket #875):
 	include/sched.h: revision 1.8
 	lib/libpthread/sched.c: revision 1.4
 Change the sched_*() functions to return -1 and set errno to ENOSYS
 (per the standard) instead of returning ENOSYS.  Noted by Ian Zagorskih
 in PR kern/30970.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.7 -r1.7.2.1 src/include/sched.h
 cvs rdiff -r1.3 -r1.3.6.1 src/lib/libpthread/sched.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.