diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/arm/pt-arm-unwind-resume.c')
-rw-r--r-- | libpthread/nptl/sysdeps/arm/pt-arm-unwind-resume.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/arm/pt-arm-unwind-resume.c b/libpthread/nptl/sysdeps/arm/pt-arm-unwind-resume.c new file mode 100644 index 000000000..fd0cec4aa --- /dev/null +++ b/libpthread/nptl/sysdeps/arm/pt-arm-unwind-resume.c @@ -0,0 +1,2 @@ +__asm__ (".set __libgcc_s_init, pthread_cancel_init"); +#include <arm-unwind-resume.c> |