mips64: fix syscall numbers of io_pgetevents and rseq
[musl] / crt / x86_64 / crti.s
1 .section .init
2 .global _init
3 _init:
4         push %rax
5
6 .section .fini
7 .global _fini
8 _fini:
9         push %rax