Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nathanw_sa]: src/sys/sys Fix cpu_switch() prototype.
details: https://anonhg.NetBSD.org/src/rev/501e27f2fed0
branches: nathanw_sa
changeset: 506361:501e27f2fed0
user: nathanw <nathanw%NetBSD.org@localhost>
date: Fri Oct 18 04:06:45 2002 +0000
description:
Fix cpu_switch() prototype.
diffstat:
sys/sys/lwp.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1e08eef3713d -r 501e27f2fed0 sys/sys/lwp.h
--- a/sys/sys/lwp.h Fri Oct 18 04:05:26 2002 +0000
+++ b/sys/sys/lwp.h Fri Oct 18 04:06:45 2002 +0000
@@ -1,4 +1,4 @@
-/* $Id: lwp.h,v 1.1.2.17 2002/10/18 03:30:14 nathanw Exp $ */
+/* $Id: lwp.h,v 1.1.2.18 2002/10/18 04:06:45 nathanw Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -156,7 +156,7 @@
#endif
void unsleep (struct lwp *);
#ifndef cpu_switch
-int cpu_switch (struct lwp *);
+int cpu_switch (struct lwp *, struct lwp *);
#endif
void cpu_preempt (struct lwp *, struct lwp *);
Home |
Main Index |
Thread Index |
Old Index