diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-12-03 14:06:15 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-12-03 14:06:15 +0000 |
commit | d1fc67df4bd119d1d1b8be41c6a96b73e9ad04f1 (patch) | |
tree | 66d4055b16132143832ecf458225933300d47840 /libc/sysdeps/linux/common/bits/uio.h | |
parent | 8596cf884602b7cb682a771a9518b02de2cd27a4 (diff) |
Two other absolutely safe change that will be used by NPTL, aimed
to simplify merge.
Diffstat (limited to 'libc/sysdeps/linux/common/bits/uio.h')
-rw-r--r-- | libc/sysdeps/linux/common/bits/uio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/bits/uio.h b/libc/sysdeps/linux/common/bits/uio.h index 6a283ed77..87f916d71 100644 --- a/libc/sysdeps/linux/common/bits/uio.h +++ b/libc/sysdeps/linux/common/bits/uio.h @@ -38,6 +38,7 @@ functionality even if the currently running kernel does not support this large value the readv/writev call will not fail because of this. */ #define UIO_MAXIOV 1024 +#define UIO_FASTIOV 8 /* Structure for scatter/gather I/O. */ |