2008-05-06 Ramiro Polla <ramiro@lisha.ufsc.br>

* mingwex/gdtoa/strtodnrp.c: Remove alias from strtod to __strtod.
        * include/stdlib.h: Define strtod to __strtod when __NO_ISOCEXT is not set.
This commit is contained in:
Chris Sutcliffe
2008-05-07 02:35:16 +00:00
parent edce6d8546
commit a8e45d3968
3 changed files with 9 additions and 5 deletions

View File

@@ -85,6 +85,3 @@ __strtod(CONST char *s, char **sp)
u.L[_0] |= 0x80000000L;
return u.d;
}
double __cdecl strtod(const char *s, char **sp)
__attribute__((alias("__strtod")));