diff options
Diffstat (limited to 'winsup/cygwin/fhandler_process.cc')
-rw-r--r-- | winsup/cygwin/fhandler_process.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_process.cc b/winsup/cygwin/fhandler_process.cc index 710c63d5d..7dca21747 100644 --- a/winsup/cygwin/fhandler_process.cc +++ b/winsup/cygwin/fhandler_process.cc @@ -142,7 +142,7 @@ fhandler_process::fstat (struct __stat64 *buf) { const char *path = get_name (); int file_type = exists (); - (void) fhandler_base::fstat (buf); + fhandler_base::fstat (buf); path += proc_len + 1; pid = atoi (path); pinfo p (pid); |