Merge "Work around missing _Exit in old API levels."
am: f45bc14d54
Change-Id: I29dcf7229132c304bc55486444decb16813fbe86
This commit is contained in:
commit
9995dc1519
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
__noreturn void _Exit(int) __RENAME(_exit);
|
||||
|
||||
static __inline float strtof(const char *nptr, char **endptr) {
|
||||
return (float)strtod(nptr, endptr);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue