2001-06-08 Benjamin Kosnik <bkoz@redhat.com>
* include/c_std/bits/std_cstdlib.h: Remove _Exit, strtof injections.
From-SVN: r43069
+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
#undef atoi
#undef atol
#undef strtod
-#undef strtof
+//#undef strtof
#undef strtol
#undef strtoul
#undef rand
#undef abort
#undef atexit
#undef exit
-#undef _Exit
+//#undef _Exit
#undef getenv
#undef system
#undef bsearch
using ::atoi;
using ::atol;
using ::strtod;
- using ::strtof;
+ // using ::strtof;
using ::strtol;
using ::strtoul;
using ::rand;
using ::abort;
using ::atexit;
using ::exit;
- using ::_Exit;
+ // using ::_Exit;
using ::getenv;
using ::system;
using ::bsearch;