summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_pipe.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-02-17 14:47:16 +0000
committerpeter <peter@FreeBSD.org>1996-02-17 14:47:16 +0000
commitde3abb490cf93beaccf1dca4890e176eff2f446e (patch)
tree00b9e19b6d92feb2cf8c38bc04ed9cc1984110cb /sys/kern/sys_pipe.c
parentd3ac58791e5534c83160c97d23b84098aac00111 (diff)
downloadFreeBSD-src-de3abb490cf93beaccf1dca4890e176eff2f446e.zip
FreeBSD-src-de3abb490cf93beaccf1dca4890e176eff2f446e.tar.gz
Add missing prototype for pipeselwakeup (a recently added function) - gcc
bitches about it..
Diffstat (limited to 'sys/kern/sys_pipe.c')
-rw-r--r--sys/kern/sys_pipe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index 91dc458..b16311b 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -16,7 +16,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: sys_pipe.c,v 1.10 1996/02/09 04:36:36 dyson Exp $
+ * $Id: sys_pipe.c,v 1.11 1996/02/11 22:09:50 dyson Exp $
*/
#ifndef OLD_PIPE
@@ -129,6 +129,7 @@ static void pipebufferinit __P((struct pipe *cpipe));
static void pipeinit __P((struct pipe *cpipe));
static __inline int pipelock __P((struct pipe *cpipe, int catch));
static __inline void pipeunlock __P((struct pipe *cpipe));
+static __inline void pipeselwakeup __P((struct pipe *cpipe));
#ifndef PIPE_NODIRECT
static int pipe_build_write_buffer __P((struct pipe *wpipe, struct uio *uio));
static void pipe_destroy_write_buffer __P((struct pipe *wpipe));
OpenPOWER on IntegriCloud