Skip to content

Commit

Permalink
auto merge of #10335 : ksh8281/rust/update_for_ndk_r9b, r=brson
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
bors committed Nov 7, 2013
2 parents 03f3051 + 96ec3c1 commit a0593e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/rt/rust_android_dummy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit a0593e5

Please sign in to comment.