fix regression in s390x SO_PEERSEC definition
[musl.git] / crt / arm / crtn.s
blobdc020f92ef89893247d42640152325315b7c1e8e
1 .syntax unified
3 .section .init
4 pop {r0,lr}
5 bx lr
7 .section .fini
8 pop {r0,lr}
9 bx lr