mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-08-11 11:24:56 +00:00
ttymsg.c:
Corrected return type of writev(2).
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user