Subject: PR/30970 CVS commit: src
To: None <kleink@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: netbsd-bugs
Date: 10/09/2005 11:18:01
The following reply was made to PR lib/30970; it has been noted by GNATS.

From: Klaus Klein <kleink@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/30970 CVS commit: src
Date: Sun,  9 Oct 2005 11:17:28 +0000 (UTC)

 Module Name:	src
 Committed By:	kleink
 Date:		Sun Oct  9 11:17:28 UTC 2005
 
 Modified Files:
 	src/include: sched.h
 	src/lib/libpthread: sched.c
 
 Log Message:
 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.8 src/include/sched.h
 cvs rdiff -r1.3 -r1.4 src/lib/libpthread/sched.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.