diff options
Diffstat (limited to 'misc/sys/uio.h')
-rw-r--r-- | misc/sys/uio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/sys/uio.h b/misc/sys/uio.h index 183ea9de49..cabeaf5ce4 100644 --- a/misc/sys/uio.h +++ b/misc/sys/uio.h @@ -51,7 +51,7 @@ extern ssize_t writev (int __fd, const struct iovec *__iovec, int __count) __wur; -#ifdef __USE_BSD +#ifdef __USE_MISC # ifndef __USE_FILE_OFFSET64 /* Read data from file descriptor FD at the given position OFFSET without change the file pointer, and put the result in the buffers |