also ensure that write buffer is bounded when __stdio_write returns
[musl] / crt / arm / crtn.s
1 .section .init
2         tst lr,#1
3         moveq pc,lr
4         bx lr
5
6 .section .fini
7         tst lr,#1
8         moveq pc,lr
9         bx lr