OSDN Git Service

* fhandler.cc (fhandler_base::lseek): Avoid calling SetFilePointer with high
authorcgf <cgf>
Fri, 17 May 2002 19:30:50 +0000 (19:30 +0000)
committercgf <cgf>
Fri, 17 May 2002 19:30:50 +0000 (19:30 +0000)
commit127a1b77b27109ee392f754375a43b38a4fb88bd
tree0d52646e02585f8e765f4f1ac04a1ea8456344ac
parent58bedd15a3d823b1f805568a165998552f727ce7
* fhandler.cc (fhandler_base::lseek): Avoid calling SetFilePointer with high
order part of 64 bit address on OS's which do not support that kind of
operation.  Otherwise Windows 95 will become confused.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.cc