Page MenuHomeFreeBSD

D24617.id71152.diff
No OneTemporary

D24617.id71152.diff

Index: lib/libc/sys/read.2
===================================================================
--- lib/libc/sys/read.2
+++ lib/libc/sys/read.2
@@ -245,6 +245,8 @@
values in the
.Fa iov
array overflowed a 32-bit integer.
+.It Bq Er EINVAL
+The current file offset is not a multiple of the block size.
.It Bq Er EFAULT
Part of the
.Fa iov
Index: lib/libc/sys/write.2
===================================================================
--- lib/libc/sys/write.2
+++ lib/libc/sys/write.2
@@ -243,6 +243,8 @@
values in the
.Fa iov
array overflowed a 32-bit integer.
+.It Bq Er EINVAL
+The current file offset is not a multiple of the block size.
.It Bq Er ENOBUFS
The mbuf pool has been completely exhausted when writing to a socket.
.El

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 6, 10:45 PM (10 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17020964
Default Alt Text
D24617.id71152.diff (744 B)

Event Timeline