prng: make rand_r have 2^32 period instead of 2^31
[musl] / crt / x86_64 / crtn.s
1 .section .init
2         pop %rax
3         ret
4
5 .section .fini
6         pop %rax
7         ret