Prototype declarations.
authorDonn Seeley <donn@ucbvax.Berkeley.EDU>
Fri, 8 Mar 1991 02:43:33 +0000 (18:43 -0800)
committerDonn Seeley <donn@ucbvax.Berkeley.EDU>
Fri, 8 Mar 1991 02:43:33 +0000 (18:43 -0800)
SCCS-vsn: sys/sys/uio.h 7.7
SCCS-vsn: sys/sys/uio.h 7.7

usr/src/sys/sys/uio.h

index 0969b69..57d4231 100644 (file)
@@ -41,4 +41,15 @@ struct uio {
 #define UIO_MAXIOV     1024            /* max 1K of iov's */
 #define UIO_SMALLIOV   8               /* 8 on stack, else malloc */
 
 #define UIO_MAXIOV     1024            /* max 1K of iov's */
 #define UIO_SMALLIOV   8               /* 8 on stack, else malloc */
 
+#ifndef        KERNEL
+
+#include <sys/cdefs.h>
+
+__BEGIN_DECLS
+int    readv __P((int, const struct iovec *, int));
+int    writev __P((int, const struct iovec *, int));
+__END_DECLS
+
+#endif /* !KERNEL */
+
 #endif /* !_UIO_H_ */
 #endif /* !_UIO_H_ */