diff options
author | Ed Schouten <ed@FreeBSD.org> | 2016-07-28 12:22:01 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2016-07-28 12:22:01 +0000 |
commit | d9c4cd2fbcd428e0eb4c17bfc9643f9a029b7bdb (patch) | |
tree | 1fa7a98a6e6262c313afeb821d3f76a80ddee7a7 /sys/kern/systrace_args.c | |
parent | 4490696b3edf3ed9be81e695fb9dba03c94f89c8 (diff) |
Change the return type of msgrcv() to ssize_t as required by POSIX.
It looks like the msgrcv() system call is already written in such a way
that the size is internally computed as a size_t and written into all of
td_retval[0]. This means that it is effectively already returning
ssize_t. It's just that the userspace prototype doesn't match up.
Notes
Notes:
svn path=/head/; revision=303435
Diffstat (limited to 'sys/kern/systrace_args.c')
0 files changed, 0 insertions, 0 deletions