From 4ea380d58eccafbaafafcc405737bfcb59e8ee8b Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 12 Oct 1996 16:11:58 +0000 Subject: Moved declarations of tsleep() and wakeup() from proc.h to systm.h so that proc.h doesn't have to be included so often. --- sys/sys/proc.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/sys/proc.h') diff --git a/sys/sys/proc.h b/sys/sys/proc.h index d0313b7..f4679f1 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)proc.h 8.15 (Berkeley) 5/19/95 - * $Id: proc.h,v 1.27 1996/08/20 07:18:08 smpatel Exp $ + * $Id: proc.h,v 1.28 1996/09/13 09:20:08 bde Exp $ */ #ifndef _SYS_PROC_H_ @@ -300,9 +300,7 @@ void setrunqueue __P((struct proc *)); void sleepinit __P((void)); void remrq __P((struct proc *)); void cpu_switch __P((struct proc *)); -int tsleep __P((void *chan, int pri, char *wmesg, int timo)); void unsleep __P((struct proc *)); -void wakeup __P((void *chan)); void wakeup_one __P((void *chan)); void cpu_exit __P((struct proc *)) __dead2; -- cgit v1.1