aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_registry.cc
diff options
context:
space:
mode:
authorKen Brown <kbrown@cornell.edu>2022-05-23 15:52:52 -0400
committerKen Brown <kbrown@cornell.edu>2022-05-29 17:45:52 -0400
commit2126f966aeba1616c3bb8b3886061f6235126dcc (patch)
treeba7df348570dd3c8df151b5c0a6c71490a69865c /winsup/cygwin/fhandler_registry.cc
parent2d9b48760c48f19b2941f05ee6720f510700823c (diff)
downloadnewlib-2126f966aeba1616c3bb8b3886061f6235126dcc.zip
newlib-2126f966aeba1616c3bb8b3886061f6235126dcc.tar.gz
newlib-2126f966aeba1616c3bb8b3886061f6235126dcc.tar.bz2
Cygwin: remove regparm.h
This file defines the macros __reg1, __reg2, and __reg3, which are defined to be empty on 64-bit Cygwin. Remove all occurrences of these macros.
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 b6c8aee..2830c70 100644
--- a/winsup/cygwin/fhandler_registry.cc
+++ b/winsup/cygwin/fhandler_registry.cc
@@ -459,7 +459,7 @@ fhandler_proc ()
prefix_len = sizeof ("registry") - 1;
}
-int __reg2
+int
fhandler_registry::fstat (struct stat *buf)
{
fhandler_base::fstat (buf);