Revert accidental checkin.

From-SVN: r202080
This commit is contained in:
Jan Hubicka 2013-08-29 16:24:13 +00:00
parent 0170f33ca0
commit 125b62f62b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ linux_android_libc_has_function (enum function_class fn_class)
{
if (OPTION_GLIBC)
return true;
/*if (OPTION_BIONIC)*/
if (OPTION_BIONIC)
if (fn_class == function_c94
|| fn_class == function_c99_misc
|| fn_class == function_sincos)