16 changed files with 31 additions and 31 deletions
@ -1,8 +1,8 @@
|
||||
#ifndef _SYS_UIO_H |
||||
#define _SYS_UIO_H 1 |
||||
|
||||
#include <sys/types.h> |
||||
#include <sys/_iovec.h> |
||||
#include <sys/types.h> |
||||
|
||||
ssize_t readv(int __fd, const struct iovec *__iovec, int __count); |
||||
ssize_t writev(int __fd, const struct iovec *__iovec, int __count); |
||||
Loading…
Reference in new issue