]> sourceware.org Git - newlib-cygwin.git/commitdiff
cygwin: pread: Remove incorrect comment
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 8 Nov 2017 12:36:34 +0000 (13:36 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 8 Nov 2017 12:36:34 +0000 (13:36 +0100)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/fhandler_disk_file.cc

index 0b99c490e6fff80b1f4221787123435d6c397f20..8f579520691fac976ae70e667447626732c7403d 100644 (file)
@@ -1566,7 +1566,7 @@ fhandler_disk_file::pread (void *buf, size_t count, off_t offset)
          return -1;
        }
       else
-       res = io.Information;   /* Valid on EOF. */
+       res = io.Information;
     }
   else
     {
This page took 0.035043 seconds and 5 git commands to generate.