diff options
Diffstat (limited to 'sys/sys/pipe.h')
-rw-r--r-- | sys/sys/pipe.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h index e95f455..98e47a6 100644 --- a/sys/sys/pipe.h +++ b/sys/sys/pipe.h @@ -108,8 +108,4 @@ struct pipe { int pipe_busy; /* busy flag, mostly to handle rundown sanely */ }; -#ifdef KERNEL -int pipe_stat __P((struct pipe *pipe, struct stat *ub)); -#endif - #endif /* !_SYS_PIPE_H_ */ |