diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-05-01 02:52:05 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-05-01 02:52:05 +0000 |
| commit | 5ab934f67072ab8cab2bb8fc7925222a4606eb06 (patch) | |
| tree | 602a3b75207f38cc7680cd7464ea9d363ff1366e | |
| parent | a794e791c801df6755293f79b63cc381c5c3854a (diff) | |
Notes
| -rw-r--r-- | sys/sys/proc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h index a8cd5c32d62e..ba5d6ccc8dc7 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.22 1996/03/11 06:10:11 hsu Exp $ + * $Id: proc.h,v 1.23 1996/04/07 16:46:28 bde Exp $ */ #ifndef _SYS_PROC_H_ @@ -296,7 +296,6 @@ void setrunnable __P((struct proc *)); void setrunqueue __P((struct proc *)); void remrq __P((struct proc *)); void cpu_switch __P((struct proc *)); -void sleep __P((void *chan, int pri)); int tsleep __P((void *chan, int pri, char *wmesg, int timo)); void unsleep __P((struct proc *)); void wakeup __P((void *chan)); |
