diff options
Diffstat (limited to 'gcc/config/linux-protos.h')
-rw-r--r-- | gcc/config/linux-protos.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/linux-protos.h b/gcc/config/linux-protos.h index 3f926e5..d1f0f92 100644 --- a/gcc/config/linux-protos.h +++ b/gcc/config/linux-protos.h @@ -19,3 +19,5 @@ along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ extern bool linux_android_has_ifunc_p (void); + +extern bool linux_android_libc_has_function (enum function_class fn_class); |