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-05-31 18:32:57 +00:00
2016-04-30 01:24:24 +00:00
2016-07-28 10:05:41 +00:00
MFH
2016-02-03 02:02:01 +00:00
2016-04-30 01:24:24 +00:00
2016-04-30 01:24:24 +00:00
2016-05-06 16:03:40 +00:00