ed 4eb594a8c4 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.
2016-07-28 12:22:01 +00:00
..
2016-07-25 16:18:20 +00:00
2016-07-25 19:16:30 +00:00
2016-07-27 20:48:15 +00:00