summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/libsupc++/new_op.cc
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libstdc++/libsupc++/new_op.cc')
-rw-r--r--contrib/libstdc++/libsupc++/new_op.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libstdc++/libsupc++/new_op.cc b/contrib/libstdc++/libsupc++/new_op.cc
index df43e6e..6e83b39 100644
--- a/contrib/libstdc++/libsupc++/new_op.cc
+++ b/contrib/libstdc++/libsupc++/new_op.cc
@@ -1,5 +1,5 @@
// Support routines for the -*- C++ -*- dynamic memory management.
-// Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation
+// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation
//
// This file is part of GNU CC.
//
@@ -33,8 +33,8 @@
using std::new_handler;
using std::bad_alloc;
+using std::malloc;
-extern "C" void *malloc (std::size_t);
extern new_handler __new_handler;
void *
OpenPOWER on IntegriCloud