Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111607015
D24617.id71152.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
744 B
Referenced Files
None
Subscribers
None
D24617.id71152.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D24617: Add additional EINVAL information about wrong block size to read(2)/write(2)
Attached
Detach File
Event Timeline
Log In to Comment