Mercurial > flash_v2
diff packages/io/serial/current/ChangeLog @ 1477:b300f8978722
* src/common/serial.c: serial_write() was returning an incorrect
result code in non-blocking mode when output was blocked. The
previous code would return ENOERR with 0 bytes written. This
was fixed to return EAGAIN.
| author | asl |
|---|---|
| date | Tue, 20 Jan 2004 08:53:30 +0000 |
| parents | 349e2eadf98d |
| children | bc88a3357a79 |
line wrap: on
line diff
--- a/packages/io/serial/current/ChangeLog +++ b/packages/io/serial/current/ChangeLog @@ -1,3 +1,10 @@ +2004-01-12 Dan Jakubiec <djakubiec@yahoo.com> + + * src/common/serial.c: serial_write() was returning an incorrect + result code in non-blocking mode when output was blocked. The + previous code would return ENOERR with 0 bytes written. This + was fixed to return EAGAIN. + 2003-08-18 Jay Foster <jay@systech.com> * src/common/serial.c: Fixed bug for XON/XOFF flow control that
