]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/sys/uio.h
First steps to get conformtest fully working
[thirdparty/glibc.git] / include / sys / uio.h
CommitLineData
bdbf022d 1#ifndef _SYS_UIO_H
28f540f4 2#include <misc/sys/uio.h>
bdbf022d 3
31341567 4#ifndef _ISOMAC
bdbf022d 5/* Now define the internal interfaces. */
a784e502 6extern ssize_t __readv (int __fd, const struct iovec *__vector,
c19559b0 7 int __count);
a784e502 8extern ssize_t __libc_readv (int __fd, const struct iovec *__vector,
6166815d 9 int __count);
a784e502 10extern ssize_t __writev (int __fd, const struct iovec *__vector,
c19559b0 11 int __count);
a784e502 12extern ssize_t __libc_writev (int __fd, const struct iovec *__vector,
6166815d 13 int __count);
bdbf022d 14#endif
31341567 15#endif