OSDN Git Service

2001-06-08 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Jun 2001 04:24:10 +0000 (04:24 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Jun 2001 04:24:10 +0000 (04:24 +0000)
* include/c_std/bits/std_cstdlib.h: Remove _Exit, strtof injections.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43069 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/c_std/bits/std_cstdlib.h

index de33521..94fde5a 100644 (file)
@@ -1,5 +1,9 @@
 2001-06-08  Benjamin Kosnik  <bkoz@redhat.com>
 
+       * include/c_std/bits/std_cstdlib.h: Remove _Exit, strtof injections.
+
+2001-06-08  Benjamin Kosnik  <bkoz@redhat.com>
+
        libstdc++/2767
        libstdc++/2989
        libstdc++/2992
index 3577f74..2149818 100644 (file)
@@ -44,7 +44,7 @@
 #undef atoi
 #undef atol
 #undef strtod
-#undef strtof
+//#undef strtof
 #undef strtol
 #undef strtoul
 #undef rand
@@ -56,7 +56,7 @@
 #undef abort
 #undef atexit
 #undef exit
-#undef _Exit
+//#undef _Exit
 #undef getenv
 #undef system
 #undef bsearch
@@ -88,7 +88,7 @@ namespace std
   using ::atoi;
   using ::atol;
   using ::strtod;
-  using ::strtof;
+  //  using ::strtof;
   using ::strtol;
   using ::strtoul;
   using ::rand;
@@ -100,7 +100,7 @@ namespace std
   using ::abort;
   using ::atexit;
   using ::exit;
-  using ::_Exit;
+  // using ::_Exit;
   using ::getenv;
   using ::system;
   using ::bsearch;