summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cxx.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/cxx.cc')
-rw-r--r--winsup/cygwin/cxx.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cxx.cc b/winsup/cygwin/cxx.cc
index 63262f59e..523fb4268 100644
--- a/winsup/cygwin/cxx.cc
+++ b/winsup/cygwin/cxx.cc
@@ -89,7 +89,7 @@ __cxa_guard_release ()
/* These routines are made available as last-resort fallbacks
for the application. Should not be used in practice. */
-struct per_process_cxx_malloc default_cygwin_cxx_malloc =
+struct per_process_cxx_malloc default_cygwin_cxx_malloc =
{
&(operator new),
&(operator new[]),