musl/crt/x86_64/crti.s

8 lines
73 B
ArmAsm

.section .init
.global _init
_init:
.section .fini
.global _fini
_fini: