mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-27 07:03:45 +00:00
auto merge of #10335 : ksh8281/rust/update_for_ndk_r9b, r=brson
update for ndk r9b (#10323) ```` Android NDK, Revision 9b (October 2013) Important changes: Updated include/android/*h and math.h for all Android API levels up to 18, including the addition of levels 13, 15, 16 and 17. For information on added APIs, see commit messages for Changes 68012 and 68014. (Issues 47150, 58528, and 38423) ```` https://android-review.googlesource.com/#/c/68014/
This commit is contained in:
commit
a0593e5045
@ -60,10 +60,6 @@ extern "C" void atof()
|
||||
{
|
||||
}
|
||||
|
||||
extern "C" void tgammaf()
|
||||
{
|
||||
}
|
||||
|
||||
extern "C" int glob(const char *pattern,
|
||||
int flags,
|
||||
int (*errfunc) (const char *epath, int eerrno),
|
||||
|
Loading…
Reference in New Issue
Block a user