semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32
[musl] / crt / arm / crtn.s
1 .syntax unified
2
3 .section .init
4         pop {r0,lr}
5         bx lr
6
7 .section .fini
8         pop {r0,lr}
9         bx lr