make arm setjmp/longjmp asm thumb2-compatible
[musl] / src / string / arm / memcpy.c
1 #if __ARMEB__
2 #include "../memcpy.c"
3 #endif