summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/select.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/select.cc')
-rw-r--r--winsup/cygwin/select.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/select.cc b/winsup/cygwin/select.cc
index d8d89999c..72919241e 100644
--- a/winsup/cygwin/select.cc
+++ b/winsup/cygwin/select.cc
@@ -588,7 +588,7 @@ int
fhandler_pipe::ready_for_read (int fd, DWORD howlong)
{
if (!howlong)
- return this->fhandler_base::ready_for_read (fd, howlong);
+ return fhandler_base::ready_for_read (fd, howlong);
get_guard ();
return true;