Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2]: src/include Pullup from trunk 1.7->1.8



details:   https://anonhg.NetBSD.org/src/rev/8066cc45cf53
branches:  netbsd-2
changeset: 564305:8066cc45cf53
user:      jmc <jmc%NetBSD.org@localhost>
date:      Fri Oct 28 01:57:02 2005 +0000

description:
Pullup from trunk 1.7->1.8

diffstat:

 include/sched.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9cd1103497e4 -r 8066cc45cf53 include/sched.h
--- a/include/sched.h   Fri Oct 28 01:38:58 2005 +0000
+++ b/include/sched.h   Fri Oct 28 01:57:02 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sched.h,v 1.4 2003/07/08 05:41:51 itojun Exp $ */
+/*     $NetBSD: sched.h,v 1.4.4.1 2005/10/28 01:57:02 jmc Exp $        */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
 
 __BEGIN_DECLS
 /* 
- * These are permitted to fail and return ENOSYS if
+ * These are permitted to fail and return -1 and set errno = ENOSYS if
  * _POSIX_PRIORITY_SCHEDULING is not defined.
  */
 int    sched_setparam(pid_t, const struct sched_param *);



Home | Main Index | Thread Index | Old Index