*** empty log message ***

This commit is contained in:
Christopher Faylor 2000-02-24 20:57:40 +00:00
parent faecc585c2
commit 9edba13851
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ _read (int fd, void *ptr, size_t len)
return -1;
}
// set_sig_errno (0);
set_sig_errno (0);
fhandler_base *fh = dtable[fd];
/* Could block, so let user know we at least got here. */