Skip to content

Commit a0593e5

Browse files
committed
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/
2 parents 03f3051 + 96ec3c1 commit a0593e5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/rt/rust_android_dummy.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ extern "C" void atof()
6060
{
6161
}
6262

63-
extern "C" void tgammaf()
64-
{
65-
}
66-
6763
extern "C" int glob(const char *pattern,
6864
int flags,
6965
int (*errfunc) (const char *epath, int eerrno),

0 commit comments

Comments
 (0)