CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2011-05-05 09:05:06

Modified files:
        winsup/cygwin  : ChangeLog fhandler.cc fhandler_disk_file.cc 

Log message:
        * fhandler.cc (is_at_eof): Drop static storage class.  Drop err
        parameter since we don't change the Win32 error here anymore.
        (fhandler_base::raw_read): Accommodate change to is_at_eof.
        
        * fhandler_disk_file.cc (fhandler_disk_file::pread): In binary mode use
        direct call to NtReadFile, rather than lseek/read.
        (fhandler_disk_file::pwrite): In binary mode use direct call to
        NtWriteFile, rather than lseek/write.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5316&r2=1.5317
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&r1=1.382&r2=1.383
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.355&r2=1.356

Reply via email to