summaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_registry.cc
diff options
context:
space:
mode:
authorChristopher Faylor <cgf@redhat.com>2003-02-05 14:25:01 +0000
committerChristopher Faylor <cgf@redhat.com>2003-02-05 14:25:01 +0000
commit36815d9f1d2da88698f4647d1862f06133c8b9b1 (patch)
treefae79f614f6764ecf2fc4005f80d5a168b931ae2 /winsup/cygwin/fhandler_registry.cc
parentb32496c873af1b496d3a0ba0d5490463c4f2cda0 (diff)
downloadgdb-36815d9f1d2da88698f4647d1862f06133c8b9b1.tar.gz
merge from trunk
Diffstat (limited to 'winsup/cygwin/fhandler_registry.cc')
-rw-r--r--winsup/cygwin/fhandler_registry.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_registry.cc b/winsup/cygwin/fhandler_registry.cc
index f2a3d4875c8..a98ef0758ed 100644
--- a/winsup/cygwin/fhandler_registry.cc
+++ b/winsup/cygwin/fhandler_registry.cc
@@ -195,7 +195,7 @@ fhandler_proc ()
int
fhandler_registry::fstat (struct __stat64 *buf, path_conv *pc)
{
- this->fhandler_base::fstat (buf, pc);
+ fhandler_base::fstat (buf, pc);
buf->st_mode &= ~_IFMT & NO_W;
int file_type = exists ();
switch (file_type)