Fix thinko in MSP430 libgloss implementation of write() system call.
This commit is contained in:
parent
9b7bbd0313
commit
780503f6ac
1 changed files with 1 additions and 1 deletions
|
@ -55,5 +55,5 @@ write (int fd, char *buf, int len)
|
|||
len -= l;
|
||||
buf += l;
|
||||
}
|
||||
return c;
|
||||
return rv;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue