mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-02-28 02:29:03 +00:00
ttymsg.c:
Corrected return type of writev(2).
This commit is contained in:
parent
66eeae13e0
commit
2b00b1d41a
@ -174,7 +174,7 @@ ttymsg(struct iovec *iov, int iovcnt, char *line, int tmout)
|
||||
}
|
||||
|
||||
#ifdef __GNO__
|
||||
static size_t writev(int fd, struct iovec *iov, int iovcnt)
|
||||
ssize_t writev(int fd, struct iovec *iov, int iovcnt)
|
||||
{
|
||||
int i;
|
||||
size_t size, total_size = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user