std_cstdlib.h: Remove _Exit, strtof injections.
authorBenjamin Kosnik <bkoz@redhat.com>
Sat, 9 Jun 2001 04:24:10 +0000 (04:24 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Sat, 9 Jun 2001 04:24:10 +0000 (04:24 +0000)
2001-06-08  Benjamin Kosnik  <bkoz@redhat.com>

* include/c_std/bits/std_cstdlib.h: Remove _Exit, strtof injections.

From-SVN: r43069

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

index de335218f43d7db330e7b57650ab2d5c74f3e276..94fde5a1db854e9e629301c25516139745b82c38 100644 (file)
@@ -1,3 +1,7 @@
+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
index 3577f74fe55fe3d5befc27bb66b374fe9d7b7b60..2149818de73d4b1182161f3a72ce10d4c2bec516 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;