summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_procsys.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/fhandler_procsys.cc')
-rw-r--r--winsup/cygwin/fhandler_procsys.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/fhandler_procsys.cc b/winsup/cygwin/fhandler_procsys.cc
index d1f34fa3d..14ce0ec28 100644
--- a/winsup/cygwin/fhandler_procsys.cc
+++ b/winsup/cygwin/fhandler_procsys.cc
@@ -1,6 +1,6 @@
/* fhandler_procsys.cc: fhandler for native NT namespace.
- Copyright 2010, 2011 Red Hat, Inc.
+ Copyright 2010, 2011, 2013 Red Hat, Inc.
This file is part of Cygwin.
@@ -260,7 +260,7 @@ unreadable:
return false;
}
-int
+int __reg2
fhandler_procsys::fstat (struct __stat64 *buf)
{
const char *path = get_name ();