From 181fe5d2edacfd1578fe881c857dda7eae9ec104 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 8 Nov 2017 13:36:34 +0100 Subject: [PATCH] cygwin: pread: Remove incorrect comment Signed-off-by: Corinna Vinschen --- winsup/cygwin/fhandler_disk_file.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/fhandler_disk_file.cc b/winsup/cygwin/fhandler_disk_file.cc index 0b99c490e..8f5795206 100644 --- a/winsup/cygwin/fhandler_disk_file.cc +++ b/winsup/cygwin/fhandler_disk_file.cc @@ -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 {