Mercurial > emacs
changeset 48792:a3c07e71f333
*** empty log message ***
author | Steven Tamm <steventamm@mac.com> |
---|---|
date | Tue, 10 Dec 2002 17:58:24 +0000 |
parents | bef3b39de757 |
children | da833584a044 |
files | src/ChangeLog |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Dec 10 16:57:48 2002 +0000 +++ b/src/ChangeLog Tue Dec 10 17:58:24 2002 +0000 @@ -2,6 +2,8 @@ * mac.c (sys_read): Fixed sys_read to not call select if IO is non-blocking + (sys_select): Fixed sys_select to not use a timeout larger than + the one given. 2002-12-10 Juanma Barranquero <lektu@terra.es>