std_cstdlib.h: Remove _Exit, strtof injections.
2001-06-08 Benjamin Kosnik <bkoz@redhat.com> * include/c_std/bits/std_cstdlib.h: Remove _Exit, strtof injections. From-SVN: r43069
This commit is contained in:
parent
dbe0297bc6
commit
7ae4a70a1c
@ -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>
|
2001-06-08 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
libstdc++/2767
|
libstdc++/2767
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
#undef atoi
|
#undef atoi
|
||||||
#undef atol
|
#undef atol
|
||||||
#undef strtod
|
#undef strtod
|
||||||
#undef strtof
|
//#undef strtof
|
||||||
#undef strtol
|
#undef strtol
|
||||||
#undef strtoul
|
#undef strtoul
|
||||||
#undef rand
|
#undef rand
|
||||||
@ -56,7 +56,7 @@
|
|||||||
#undef abort
|
#undef abort
|
||||||
#undef atexit
|
#undef atexit
|
||||||
#undef exit
|
#undef exit
|
||||||
#undef _Exit
|
//#undef _Exit
|
||||||
#undef getenv
|
#undef getenv
|
||||||
#undef system
|
#undef system
|
||||||
#undef bsearch
|
#undef bsearch
|
||||||
@ -88,7 +88,7 @@ namespace std
|
|||||||
using ::atoi;
|
using ::atoi;
|
||||||
using ::atol;
|
using ::atol;
|
||||||
using ::strtod;
|
using ::strtod;
|
||||||
using ::strtof;
|
// using ::strtof;
|
||||||
using ::strtol;
|
using ::strtol;
|
||||||
using ::strtoul;
|
using ::strtoul;
|
||||||
using ::rand;
|
using ::rand;
|
||||||
@ -100,7 +100,7 @@ namespace std
|
|||||||
using ::abort;
|
using ::abort;
|
||||||
using ::atexit;
|
using ::atexit;
|
||||||
using ::exit;
|
using ::exit;
|
||||||
using ::_Exit;
|
// using ::_Exit;
|
||||||
using ::getenv;
|
using ::getenv;
|
||||||
using ::system;
|
using ::system;
|
||||||
using ::bsearch;
|
using ::bsearch;
|
||||||
|
Loading…
Reference in New Issue
Block a user