stdlib: Fix stdbit.h with -Wconversion for clang
[glibc.git] / sysdeps / arm / static-stubs.c
blobd90d603a958bd18a4b45c3106697e72ef7d17a8e
1 /* When building with GCC with static-only libgcc, the dummy
2 _Unwind_Resume from static-stubs.c needs to be used together with
3 the dummy __aeabi_unwind_cpp_pr* from aeabi_unwind_cpp_pr1.c
4 instead of the copies from libgcc. */
6 #include <elf/static-stubs.c>
7 #include <aeabi_unwind_cpp_pr1.c>