Mercurial > ecos
changeset 1993:36df4718d177
Added name of function modified.
| author | asl |
|---|---|
| date | Mon, 20 Jun 2005 18:23:29 +0000 |
| parents | ec8b69673c6e |
| children | 399891b72ea8 |
| files | packages/io/serial/current/ChangeLog |
| diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/io/serial/current/ChangeLog +++ b/packages/io/serial/current/ChangeLog @@ -1,9 +1,9 @@ 2005-06-17 Andreas Gaer <andreas.gaer@baslerweb.com> - * src/common/serial.c : Lock DSRs inside serial_select() as - the serial DSR calls functions manipulating the cbuf structs, - leading to a race condition. Also use the mutex to avoid races - between different threads. + * src/common/serial.c (serial_select): Lock DSRs inside + serial_select() as the serial DSR calls functions manipulating the + cbuf structs, leading to a race condition. Also use the mutex to + avoid races between different threads. 2005-05-13 Peter Korsgaard <jacmet@sunsite.dk>
