summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-05-01 02:52:05 +0000
committerbde <bde@FreeBSD.org>1996-05-01 02:52:05 +0000
commit422674387f0088c25d666f95e5143474ce1b421a (patch)
tree602a3b75207f38cc7680cd7464ea9d363ff1366e
parentf92cdcae9936577a691cef736c15f8291c592997 (diff)
downloadFreeBSD-src-422674387f0088c25d666f95e5143474ce1b421a.zip
FreeBSD-src-422674387f0088c25d666f95e5143474ce1b421a.tar.gz
Removed prototype for obsolete function sleep().
-rw-r--r--sys/sys/proc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index a8cd5c3..ba5d6cc 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));
OpenPOWER on IntegriCloud