diff options
Diffstat (limited to 'winsup/cygwin/fhandler_proc.cc')
-rw-r--r-- | winsup/cygwin/fhandler_proc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_proc.cc b/winsup/cygwin/fhandler_proc.cc index ce9fbc180..07ae13e0c 100644 --- a/winsup/cygwin/fhandler_proc.cc +++ b/winsup/cygwin/fhandler_proc.cc @@ -163,7 +163,7 @@ fhandler_proc::fstat (struct __stat64 *buf) debug_printf ("fstat (%s)", path); path += proc_len; - (void) fhandler_base::fstat (buf); + fhandler_base::fstat (buf); buf->st_mode &= ~_IFMT & NO_W; |