Page MenuHomeFreeBSD

syscalls.master: correct return type of {read,write}v
ClosedPublic

Authored by brooks on Apr 24 2024, 7:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 14, 1:22 PM
Unknown Object (File)
Oct 9 2024, 10:14 PM
Unknown Object (File)
Sep 24 2024, 3:42 PM
Unknown Object (File)
Sep 24 2024, 3:41 PM
Unknown Object (File)
Sep 24 2024, 3:41 PM
Unknown Object (File)
Sep 24 2024, 3:31 PM
Unknown Object (File)
Sep 23 2024, 8:33 PM
Unknown Object (File)
Sep 20 2024, 6:40 PM
Subscribers

Details

Summary

This was missed when read/write, etc were updated to return ssize_t.

Fixes: 2e83b2816183 Fix a few syscall arguments to use size_t instead of u_int.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable