Merge "Put back the _Exit rename for pre-L."
am: 0cd32c1aba
Change-Id: I9d0654a024ccf752be80bb28820fb245973458a3
This commit is contained in:
commit
fda7562aa3
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
__noreturn void _Exit(int) __RENAME(_exit);
|
||||
|
||||
static __inline float strtof(const char* nptr, char** endptr) {
|
||||
double d = strtod(nptr, endptr);
|
||||
if (d > FLT_MAX) {
|
||||
|
|
Loading…
Reference in a new issue