Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115630764
D44377.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
619 B
Referenced Files
None
Subscribers
None
D44377.diff
View Options
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -784,14 +784,14 @@
120 AUE_READV STD|CAPENABLED {
int readv(
int fd,
- _Inout_updates_(iovcnt) _Contains_long_ptr_ struct iovec *iovp,
+ _In_reads_(iovcnt) _Contains_long_ptr_ const struct iovec *iovp,
u_int iovcnt
);
}
121 AUE_WRITEV STD|CAPENABLED {
int writev(
int fd,
- _In_reads_opt_(iovcnt) _Contains_long_ptr_ struct iovec *iovp,
+ _In_reads_(iovcnt) _Contains_long_ptr_ const struct iovec *iovp,
u_int iovcnt
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 27, 6:40 AM (18 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17814463
Default Alt Text
D44377.diff (619 B)
Attached To
Mode
D44377: syscalls.master: fix readv and writev iovp decl
Attached
Detach File
Event Timeline
Log In to Comment