The return value of _user_read_port_etc() is ssize_t. Reported by Gert van Valkenhoef.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10871 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
72bdc7d2cd
commit
9a6c828556
@ -31,7 +31,7 @@ ssize_t _user_port_buffer_size_etc(port_id port,
|
|||||||
uint32 flags,
|
uint32 flags,
|
||||||
bigtime_t timeout);
|
bigtime_t timeout);
|
||||||
ssize_t _user_port_count(port_id port);
|
ssize_t _user_port_count(port_id port);
|
||||||
status_t _user_read_port_etc(port_id port,
|
ssize_t _user_read_port_etc(port_id port,
|
||||||
int32 *msg_code,
|
int32 *msg_code,
|
||||||
void *msg_buffer,
|
void *msg_buffer,
|
||||||
size_t buffer_size,
|
size_t buffer_size,
|
||||||
|
Loading…
Reference in New Issue
Block a user