For cygwin hosts, we need to use the return value from the read
authorDrew Moseley <dmoseley@cygnus>
Wed, 28 Oct 1998 21:16:44 +0000 (21:16 +0000)
committerDrew Moseley <dmoseley@cygnus>
Wed, 28 Oct 1998 21:16:44 +0000 (21:16 +0000)
commit84e42e1dafc571bda7315ca9bb189556aab6b999
tree2db7f0a5dba1d0c72dff2f59dd53499b4437fa56
parent7dd47bc8da6d36bbee091eadedca34addd0005ba
For cygwin hosts, we need to use the return value from the read
routine as the number of bytes to process.  This apparently is due to
text-mode vs binary-mode.  If the mounts are done text-mode, then the
size returnedby fstat() may be different than the number of bytes
"read" in text mode.
sim/ppc/ChangeLog